Skip to content

Commit

Permalink
buildClientSchema-test: correctly wrap test case (#2956)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Mar 12, 2021
1 parent fff5f7a commit 3ce28ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/__tests__/buildClientSchema-test.js
Expand Up @@ -592,7 +592,7 @@ describe('Type System: build schema from introspection', () => {
expect(result.data).to.deep.equal({ foo: 'bar' });
});

describe('can build invalid schema', () => {
it('can build invalid schema', () => {
const schema = buildSchema('type Query', { assumeValid: true });

const introspection = introspectionFromSchema(schema);
Expand Down

0 comments on commit 3ce28ce

Please sign in to comment.