Skip to content

Commit d2dad0c

Browse files
committed
✅ Fix tests
1 parent 8c46426 commit d2dad0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/diff.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("getDiff", () => {
88
describe("remote schema fetching", () => {
99
const testRemoteSchemaLocation = "http://test/graphql";
1010
const introspectionQueryBody = JSON.stringify({
11-
query: print(parse(getIntrospectionQuery({ descriptions: true }))),
11+
query: print(parse(getIntrospectionQuery({ descriptions: false }))),
1212
variables: {},
1313
operationName: "IntrospectionQuery",
1414
});

0 commit comments

Comments
 (0)