Skip to content

Commit 5c78ef1

Browse files
fix test case
1 parent 8d40b88 commit 5c78ef1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/__test__/nextRouterPagination.test.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ test('query multiple different properties, should keep them all', () => {
109109

110110
act(() => {
111111
result.current.actions.updateQuery({ search: 'Max' })
112+
})
113+
114+
act(() => {
112115
result.current.actions.updateQuery({ department: 'IT' })
113116
})
114117

0 commit comments

Comments
 (0)