Fix App.test.tsx

This commit is contained in:
Jerko Steiner 2020-03-10 13:14:22 +01:00
parent 6effc10d9e
commit 9db349d4a5

View File

@ -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' },
}]])
})
})