Skip to content

Commit 9d9f606

Browse files
schema-parser-test: fix description of a test case (#2417)
1 parent cc4c363 commit 9d9f606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/__tests__/schema-parser-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe('Schema Parser', () => {
141141
);
142142
});
143143

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

0 commit comments

Comments
 (0)