Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
  • Loading branch information
hacdias committed Apr 28, 2019
1 parent 334e8f0 commit 8c70f9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bundles/node-bandwidth-chart.test.js
Expand Up @@ -10,7 +10,8 @@ const mockNodeBandwidthBundle = {
reducer (state = { data: null }, action) {
return action.type === 'UPDATE_MOCK_NODE_BANDWIDTH' ? action.payload : state
},
selectNodeBandwidthRaw: state => state.nodeBandwidth
selectNodeBandwidthRaw: state => state.nodeBandwidth,
selectNodeBandwidth: state => state.nodeBandwidth.data
}

it('should accumulate bandwidth changes', async () => {
Expand Down

0 comments on commit 8c70f9e

Please sign in to comment.