From 2d0c608380c7e79f2783acedb0932e03ebf19a93 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Wed, 27 Feb 2019 08:12:59 -0300 Subject: [PATCH] Fix lint --- store/auth.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/auth.test.js b/store/auth.test.js index 6758e3427..9b6a33195 100644 --- a/store/auth.test.js +++ b/store/auth.test.js @@ -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', () => {