Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
flacoman91 committed Jul 13, 2020
1 parent a3ca13d commit e7371ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reducers/__tests__/trends.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ describe( 'reducer:trends', () => {
it( 'maps data to object state - dupe rows', () => {
action.data.aggregations = trendsAggsDupes
result = target( state, action )

expect( result ).toEqual( trendsAggsDupeResults )
} )

Expand Down

0 comments on commit e7371ac

Please sign in to comment.