Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Oct 27, 2021
1 parent ae7c415 commit 862b5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/tests/schema.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('schema', () => {
expect(graphQLSchema).toBeInstanceOf(GraphQLSchema);

const sdlString = printSchema(graphQLSchema);
expect(sdlString).toBe(schemaOnDisk);
expect(sdlString.trim()).toBe(schemaOnDisk.trim());
};

describe('GraphQLFileLoader', () => {
Expand Down

0 comments on commit 862b5f2

Please sign in to comment.