Skip to content

Commit 6369311

Browse files
committed
Fix accidental breakage
1 parent 4f42767 commit 6369311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lunity.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ function assertInvokable( value, msg )
253253
return __assertionSucceeded()
254254
end
255255

256-
function assertErrors( msg, invokable, ... )
256+
function assertErrors( invokable, ... )
257257
assertInvokable( invokable )
258258
if pcall(invokable,...) then
259259
local msg = string.format( "assertErrors() failed: %s did not raise an error",

0 commit comments

Comments
 (0)