Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Mar 15, 2024
1 parent 42e587f commit 7d0daed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-query/src/__tests__/useQuery.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6425,7 +6425,7 @@ describe('useQuery', () => {

await waitFor(() => rendered.getByText('status: error, idle'))

// expect(results).toHaveLength(4)
expect(results).toHaveLength(4)

// initial fetch
expect(results[0]).toMatchObject({
Expand Down

0 comments on commit 7d0daed

Please sign in to comment.