We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f42767 commit 6369311Copy full SHA for 6369311
test/lunity.lua
@@ -253,7 +253,7 @@ function assertInvokable( value, msg )
253
return __assertionSucceeded()
254
end
255
256
-function assertErrors( msg, invokable, ... )
+function assertErrors( invokable, ... )
257
assertInvokable( invokable )
258
if pcall(invokable,...) then
259
local msg = string.format( "assertErrors() failed: %s did not raise an error",
0 commit comments