We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a327f commit dfcb379Copy full SHA for dfcb379
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