Skip to content

Commit 2d4386c

Browse files
committed
Fix expected schema output
1 parent 0777407 commit 2d4386c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/utilities/__tests__/printSchema-test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,9 @@ describe('Type System Printer', () => {
795795
url: String!
796796
) on SCALAR
797797
798-
"""Indicates that exactly one field must be supplied and that field must not be \`null\`."""
798+
"""
799+
Indicates that exactly one field must be supplied and that field must not be \`null\`.
800+
"""
799801
directive @oneOf on INPUT_OBJECT
800802
801803
"""

0 commit comments

Comments
 (0)