Fix App.test.tsx
This commit is contained in:
parent
6effc10d9e
commit
9db349d4a5
@ -115,7 +115,7 @@ describe('App', () => {
|
||||
expect(dispatchSpy.mock.calls[0][0].type).toBe(constants.MEDIA_PLAY)
|
||||
expect(dispatchSpy.mock.calls.slice(1)).toEqual([[{
|
||||
type: constants.ACTIVE_TOGGLE,
|
||||
payload: { userId: constants.ME },
|
||||
payload: { userId: constants.ME + '_0' },
|
||||
}]])
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user