Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
levrik committed Jan 13, 2022
1 parent 34afcd4 commit 554ab6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/hooks/__tests__/useSubscription.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ describe('useSubscription Hook', () => {
expect(result.current.data).toBe(undefined);

rerender({ variables: { foo: 'bar2' }});

expect(onSetup).toHaveBeenCalledTimes(0);

await expect(waitForNextUpdate({ timeout: 20 }))
.rejects.toThrow('Timed out');
unmount();
Expand Down

0 comments on commit 554ab6b

Please sign in to comment.