Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Mar 30, 2017
1 parent afdc3cd commit 37bb493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/epics/__tests__/search-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ describe('search Epics', () => {
expect(actions[5].searchText).toBe(TEXT);
expect(actions[5].type).toBe(TEXT_SEARCH_TEXT_CHANGE);

}, 400);
}, 800);
});
});

0 comments on commit 37bb493

Please sign in to comment.