From 78d0955db253a7f649ed6e91ac96da023f966465 Mon Sep 17 00:00:00 2001 From: Curtis ROck Date: Wed, 8 Jul 2020 22:19:55 -0500 Subject: [PATCH] fix lint error --- app/soapbox/reducers/__tests__/alerts-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/reducers/__tests__/alerts-test.js b/app/soapbox/reducers/__tests__/alerts-test.js index 6aec85975..0e000bf2d 100644 --- a/app/soapbox/reducers/__tests__/alerts-test.js +++ b/app/soapbox/reducers/__tests__/alerts-test.js @@ -1,6 +1,6 @@ import reducer from '../alerts'; -import { Map as ImmutableMap, List as ImmutableList } from 'immutable'; -import * as actions from 'soapbox/actions/alerts'; +import { List as ImmutableList } from 'immutable'; +//import * as actions from 'soapbox/actions/alerts'; describe('alerts reducer', () => { it('should return the initial state', () => {