Skip to content

Commit

Permalink
fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellizzari committed Nov 9, 2016
1 parent 05a18c1 commit fcdc97f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/app/scripts/reducers/__tests__/root-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,7 @@ describe('RootReducer', () => {
});
it('switches to grid mode when complexity is high', () => {
let nextState = initialState.set('currentTopology', fromJS(topologies[0]));
nextState = nextState.set('initialPageLoad', true);
nextState = reducer(nextState, {type: ActionTypes.SET_RECEIVED_NODES_DELTA});
expect(nextState.get('initialPageLoad')).toBe(false);
expect(nextState.get('gridMode')).toBe(true);
});
});

0 comments on commit fcdc97f

Please sign in to comment.