Skip to content

Commit cc0daa7

Browse files
committed
Improvements and fixes to JSON introspection schema build (#164, #216, #217)
- Fixed missing newline in test
1 parent 55b8b2e commit cc0daa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/com/intellij/lang/jsgraphql/ide/editor/GraphQLIntrospectionHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void testPrintIntrospectionJsonAsGraphQL() {
4343
" \"Лорем ипсум долор [\\\\d]\"\n" +
4444
" posts: [Post]\n" +
4545
"}\n" +
46-
"\n" +
46+
"\n\n" +
4747
"\"The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).\"\n" +
4848
"scalar JSON";
4949

0 commit comments

Comments
 (0)