This commit is contained in:
Matt Rider 2019-02-27 08:12:59 -03:00
parent 41072e6fa8
commit 2d0c608380

View File

@ -170,7 +170,7 @@ describe('actions', () => {
})
it('fetches the user', () => {
expect(dispatch.mock.calls).toEqual( [['fetchCurrentUser']])
expect(dispatch.mock.calls).toEqual([['fetchCurrentUser']])
})
it('saves pending flags in order', () => {