Skip to content

Commit

Permalink
Fix accidental breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrogz committed Feb 17, 2013
1 parent 4f42767 commit 6369311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lunity.lua
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function assertInvokable( value, msg )
return __assertionSucceeded()
end

function assertErrors( msg, invokable, ... )
function assertErrors( invokable, ... )
assertInvokable( invokable )
if pcall(invokable,...) then
local msg = string.format( "assertErrors() failed: %s did not raise an error",
Expand Down

0 comments on commit 6369311

Please sign in to comment.