Skip to content

Commit 4bceff8

Browse files
committed
Formatting
1 parent 846783f commit 4bceff8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/__tests__/local-state/general.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,13 +1522,13 @@ test.each(["cache-first", "network-only"] as const)(
15221522
"sets existing value of `@client` field to undefined when read function is present",
15231523
async (fetchPolicy) => {
15241524
const query = gql`
1525-
query GetUser {
1526-
user {
1527-
firstName @client
1528-
lastName
1525+
query GetUser {
1526+
user {
1527+
firstName @client
1528+
lastName
1529+
}
15291530
}
1530-
}
1531-
`;
1531+
`;
15321532

15331533
const read = jest.fn((value = "Fallback") => value);
15341534
const client = new ApolloClient({

0 commit comments

Comments
 (0)