Skip to content

Commit f93728c

Browse files
committed
Fixed bug in a test that didn't affect the outcome
1 parent b9195f7 commit f93728c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/moq_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('The mock library', function()
3737
local m = moq.createMockFunction()
3838

3939
shouldFail(function()
40-
mo()
40+
m()
4141
end)
4242
end)
4343

0 commit comments

Comments
 (0)