Skip to content

Commit 109b7ac

Browse files
authored
Update README.md
1 parent b24fc15 commit 109b7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ local some_table = {
3434
bar = function() end
3535
}
3636

37-
mocked_table = mach.mockTable(some_table, 'some_table')
37+
mocked_table = mach.mock_table(some_table, 'some_table')
3838

3939
mocked_table.foo:should_be_called():when(function()
4040
mocked_table.foo()

0 commit comments

Comments
 (0)