mach.lua icon indicating copy to clipboard operation
mach.lua copied to clipboard

Error in ExpectedCall.lua

Open ryanplusplus opened this issue 7 years ago • 1 comments

./lib/lua-mach//src/mach/ExpectedCall.lua:9: attempt to concatenate a table value (field '_name')

ryanplusplus avatar Feb 16 '18 19:02 ryanplusplus

PEBKAC:

mach:mock_function('f')

instead of

mach.mock_function('f')

ryanplusplus avatar Feb 16 '18 19:02 ryanplusplus