We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e6679 commit 0bc5a85Copy full SHA for 0bc5a85
1 file changed
src/shared/hooks/useFetchContexts.test.ts
@@ -15,7 +15,7 @@ describe('useFetchContexts', () => {
15
16
const { result, waitFor } = renderHook(() => hooks.useFetchContexts(baseUrl));
17
18
- await result.current.fetchContexts('spaceId', 'roomId');
+ await result.current.fetchContexts('spaceId', 'roomId', -900, 0);
19
20
await waitFor(() => result.current.contexts.length > 0);
21
0 commit comments