From 3d547f2038419fecfe8f28e4ff8f1a8c90cfd46a Mon Sep 17 00:00:00 2001 From: Curtis ROck Date: Mon, 13 Jul 2020 22:04:29 -0500 Subject: [PATCH] fix linter issue --- app/soapbox/reducers/__tests__/notifications-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/reducers/__tests__/notifications-test.js b/app/soapbox/reducers/__tests__/notifications-test.js index 899338747..3831067ba 100644 --- a/app/soapbox/reducers/__tests__/notifications-test.js +++ b/app/soapbox/reducers/__tests__/notifications-test.js @@ -8,7 +8,7 @@ import { SAVE_MARKERS_SUCCESS } from 'soapbox/actions/markers'; import { ACCOUNT_BLOCK_SUCCESS, ACCOUNT_MUTE_SUCCESS } from 'soapbox/actions/accounts'; import notification from 'soapbox/__fixtures__/notification.json'; import intlMessages from 'soapbox/__fixtures__/intlMessages.json'; -import relationship from 'soapbox/__fixtures__/relationship'; +import relationship from 'soapbox/__fixtures__/relationship.json'; import { TIMELINE_DELETE, TIMELINE_DISCONNECT } from 'soapbox/actions/timelines'; describe('notifications reducer', () => {