Skip to content

Commit

Permalink
Beef up description of test that was confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Nov 21, 2023
1 parent f818768 commit b84f0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/hooks/__tests__/useLoadableQuery.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3145,7 +3145,7 @@ it('does not suspend when partial data is in the cache and using a "cache-first"
expect(SuspenseFallback).not.toHaveRendered();
});

it('suspends and does not use partial data when changing variables and using a "cache-first" fetch policy with returnPartialData', async () => {
it('suspends and does not use partial data from other variables in the cache when changing variables and using a "cache-first" fetch policy with returnPartialData: true', async () => {
const { query, mocks } = useVariablesQueryCase();

const partialQuery = gql`
Expand Down

0 comments on commit b84f0d5

Please sign in to comment.