We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f4ad7 commit 0a38655Copy full SHA for 0a38655
1 file changed
src/Test/Assert.lua
@@ -4,7 +4,7 @@ return {
4
end),
5
checkThrows = (function(fn)
6
return function()
7
- local success, err = pcall(fn)
+ local success = pcall(fn)
8
return not success
9
end
10
end)
0 commit comments