Skip to content

Commit cdb7a9a

Browse files
committed
Merge branch 'master' of github.com:ryanplusplus/mach.lua
Conflicts: spec/mach_spec.lua src/mach.lua src/mach/expectation.lua
2 parents 96d2934 + c558690 commit cdb7a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mach_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ describe('The mach library', function()
457457
end)
458458
end)
459459

460-
it('should handle unexpected alls outside of an expectation', function()
460+
it('should handle unexpected calls outside of an expectation', function()
461461
should_fail_with('unexpected function call f(1, 2, 3)', function()
462462
mach.mock_function('f')(1, 2, 3)
463463
end)

0 commit comments

Comments
 (0)