Skip to content

Commit

Permalink
schema-parser-test: fix description of a test case (#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Jan 30, 2020
1 parent cc4c363 commit 9d9f606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/__tests__/schema-parser-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('Schema Parser', () => {
);
});

it('parses type with description multi-line string', () => {
it('Description followed by something other than type system definition throws', () => {
expectSyntaxError('"Description" 1').to.deep.equal({
message: 'Syntax Error: Unexpected Int "1".',
locations: [{ line: 1, column: 15 }],
Expand Down

0 comments on commit 9d9f606

Please sign in to comment.