Skip to content

Commit

Permalink
PWA-1671: [bug]: browser back buttons isn't responsive on Search Page
Browse files Browse the repository at this point in the history
- remove redundant assertion
  • Loading branch information
anthoula committed Apr 14, 2021
1 parent 14a9590 commit 72ce12c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ test('preserve history when search term changes on Search Page', () => {
tree.update(<Component {...mockProps} />);
});

expect(mockSetCurrentPage).toHaveBeenCalledTimes(1);
expect(mockSetCurrentPage).toHaveBeenCalledWith(1, true);
});

Expand Down

0 comments on commit 72ce12c

Please sign in to comment.