diff --git a/test/short-urls/SearchBar.test.tsx b/test/short-urls/SearchBar.test.tsx index f698f665..c4697abe 100644 --- a/test/short-urls/SearchBar.test.tsx +++ b/test/short-urls/SearchBar.test.tsx @@ -18,7 +18,6 @@ describe('', () => { const createWrapper = (props: Partial = {}) => { wrapper = shallow( ({ push })} location={Mock.of({ search: '' })} match={Mock.of>({ params: { serverId: '1' } })}