Skip to content

Commit a992775

Browse files
committed
update test
1 parent cf592ad commit a992775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GraphQLTests/LanguageTests/SchemaParserTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class SchemaParserTests: XCTestCase {
214214
}
215215

216216
func testSimpleTypeInheritingMultipleInterfaces() throws {
217-
let source = "type Hello implements Wo, rld { }"
217+
let source = "type Hello implements Wo & rld { }"
218218

219219
let expected = Document(
220220
definitions: [

0 commit comments

Comments
 (0)