Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
update import after moving cache
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Mar 1, 2024
1 parent e0e4f1c commit 0b5eda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_utils/graphql.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { MockedProvider, MockedProviderProps } from "@apollo/client/testing";
import { cache } from "gql/GQLWrapper";
import { cache } from "gql/client/cache";

const CustomMockedProvider: React.FC<MockedProviderProps> = ({
children,
Expand Down

0 comments on commit 0b5eda7

Please sign in to comment.