We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc90a7 commit a695187Copy full SHA for a695187
1 file changed
packages/module/src/Hooks/pagination.test.tsx
@@ -95,7 +95,7 @@ describe('useDataViewPagination', () => {
95
96
expect(mockSetSearchParams).toHaveBeenNthCalledWith(
97
2,
98
- new URLSearchParams('page=4')
+ new URLSearchParams('page=4&perPage=5')
99
);
100
});
101
0 commit comments