Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apollographql/apollo-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b2f3e555940b497ca5af169cd26c8e12da0dde06
Choose a base ref
..
head repository: apollographql/apollo-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7e2e5b407f03d59d0d9fc88303dc373a4939aaf2
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/react/hooks/__tests__/useQuery.test.tsx
4 changes: 2 additions & 2 deletions src/react/hooks/__tests__/useQuery.test.tsx
Original file line number Diff line number Diff line change
@@ -2533,9 +2533,9 @@ describe('useQuery Hook', () => {
}

render(
<ApolloProvider client={makeClient()}>
<ApolloProvider client={makeClient()}>
<App/>
</ApolloProvider>
</ApolloProvider>
);

return wait(() => {