We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315e715 commit 2f10ac5Copy full SHA for 2f10ac5
README.md
@@ -21,7 +21,7 @@ local mach = require 'mach'
21
local o = {}
22
o.m = mach.mock_method('m')
23
24
-m:should_be_called():when(function() o:m() end)
+o.m:should_be_called():when(function() o:m() end)
25
```
26
27
## Mocking a Table
0 commit comments