Skip to content

Commit c0d9506

Browse files
committed
No dumping
1 parent 4f69d06 commit c0d9506

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/CompilerTests/CompilerTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class CompilerTests: XCTestCase {
1919
}
2020

2121
func testInsert() throws {
22-
try checkQueries(compile: "CompileInsert", dump: true)
22+
try checkQueries(compile: "CompileInsert")
2323
}
2424

2525
func testUpdate() throws {
@@ -82,7 +82,7 @@ class CompilerTests: XCTestCase {
8282
}
8383

8484
func testOutlandishCte() throws {
85-
try checkQueries(compile: "CompileOutlandishCTE", dump: true)
85+
try checkQueries(compile: "CompileOutlandishCTE")
8686
}
8787
}
8888

0 commit comments

Comments
 (0)