Skip to content

Commit 0bc5a85

Browse files
committed
Fix failing test
1 parent d0e6679 commit 0bc5a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/hooks/useFetchContexts.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('useFetchContexts', () => {
1515

1616
const { result, waitFor } = renderHook(() => hooks.useFetchContexts(baseUrl));
1717

18-
await result.current.fetchContexts('spaceId', 'roomId');
18+
await result.current.fetchContexts('spaceId', 'roomId', -900, 0);
1919

2020
await waitFor(() => result.current.contexts.length > 0);
2121

0 commit comments

Comments
 (0)