Skip to content

Commit 7d4714b

Browse files
committed
Fix introspection tests.
1 parent 89cecea commit 7d4714b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GraphitiTests/StarWarsTests/StarWarsIntrospectionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ class StarWarsIntrospectionTests : XCTestCase {
502502
"kind": "SCALAR",
503503
]
504504
],
505-
"defaultValue": "R2-D2",
505+
"defaultValue": "\"R2-D2\"",
506506
]
507507
]
508508
]

0 commit comments

Comments
 (0)