Skip to content

Commit

Permalink
fix forkAPI test
Browse files Browse the repository at this point in the history
  • Loading branch information
ben.durrant committed Apr 17, 2023
1 parent b8f9737 commit 147429c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/listenerMiddleware/tests/fork.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ describe('fork', () => {
},
})

store.dispatch(increment)
store.dispatch(increment())

expect(await deferredResult).toBe(listenerCompleted)
})
Expand Down

0 comments on commit 147429c

Please sign in to comment.