Skip to content

Commit

Permalink
Travis Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdh committed Dec 11, 2018
1 parent fbcf61e commit abe6202
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/containers/DashboardPage/tests/reducer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ describe('dashboardPageReducer', () => {
beforeEach(() => {
state = fromJS({
stats: {},
rasa: {},
rasa: {
online: true,
},
});
});
it('returns the initial state', () => {
Expand Down

0 comments on commit abe6202

Please sign in to comment.