Skip to content

Commit

Permalink
Fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Apr 6, 2022
1 parent 4227a95 commit c449edd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ describe('SearchIndicesRouter', () => {
const wrapper = shallow(<SearchIndicesRouter />);

expect(wrapper.find(Switch)).toHaveLength(1);
expect(wrapper.find(Route)).toHaveLength(2);
expect(wrapper.find(Route)).toHaveLength(3);
});
});

0 comments on commit c449edd

Please sign in to comment.