Skip to content

Commit 38de3f6

Browse files
committed
enable blockstring description tests now that blockstring support is merged in.
1 parent 6925295 commit 38de3f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/GraphQLTests/LanguageTests/SchemaParserTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)