Skip to content

Commit bde7385

Browse files
chore: Removes test warning
1 parent a11bcbd commit bde7385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GraphQLTests/LanguageTests/VisitorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Testing
55
@Suite struct VisitorTests {
66
@Test func testHandlesEmptyVisitor() throws {
77
let ast = try parse(source: "{ a }", noLocation: true)
8-
#expect(throws: Never.self) { try visit(root: ast, visitor: .init()) }
8+
visit(root: ast, visitor: .init())
99
}
1010

1111
@Test func testValidatesPathArgument() throws {

0 commit comments

Comments
 (0)