Skip to content

Commit

Permalink
fix search test issue (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed Jul 27, 2018
1 parent f240d48 commit cc19ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/containers/Search.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ describe('initialize', () => {
store = mockStore({
points: { results: [] },
search: {
active: false

query: '' }
active: false,
query: '',
}
});
});

Expand Down

0 comments on commit cc19ae6

Please sign in to comment.