Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
chore(test): fix graphql v14 test
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Feb 16, 2020
1 parent 4034560 commit a165f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/testSchemaGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ describe('generating schema from shorthand', () => {
},
query: {
name: 'RootQuery',
description: null as string,
description: versionInfo.major >= 15 ? (null as string) : '',
fields: [
{
name: 'species',
Expand Down

0 comments on commit a165f40

Please sign in to comment.