File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Tests/GraphQLTests/LanguageTests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ class SchemaParserTests : XCTestCase {
435435 XCTAssert ( result == expected)
436436 }
437437
438- func fails_testTypeWitMultilinehDescription ( ) throws {
438+ func testTypeWitMultilinehDescription ( ) throws {
439439 let source = #"""
440440 """
441441 The Hello type.
@@ -490,7 +490,7 @@ class SchemaParserTests : XCTestCase {
490490 XCTAssert ( result == expected)
491491 }
492492
493- func fails_testDirectiveMultilineDesciption ( ) throws {
493+ func testDirectiveMultilineDesciption ( ) throws {
494494 let source = #"""
495495 """
496496 directive description
@@ -684,7 +684,7 @@ class SchemaParserTests : XCTestCase {
684684 XCTAssert ( result == expected)
685685 }
686686
687- func fails_testTypeFieldWithMultilineDescription ( ) throws {
687+ func testTypeFieldWithMultilineDescription ( ) throws {
688688 let source = #"""
689689 type Hello {
690690 """
You can’t perform that action at this time.
0 commit comments