Skip to content

Commit da07de1

Browse files
test(overmind): fix test
1 parent 1febcfe commit da07de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node_modules/overmind/src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('Overmind', () => {
5353

5454
expect(app.state.foo.foo).toEqual('bar')
5555
expect(app.state.bar.bar).toEqual('baz')
56-
expect(app.actions.foo.foo('123')).toEqual('mip')
56+
expect(app.actions.foo.foo('mip')).toEqual('mip')
5757
expect(app.actions.bar.bar('bop')).toEqual('bop')
5858
})
5959
test('should allow namespaced modules to be functions', () => {

0 commit comments

Comments
 (0)