We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f69d06 commit c0d9506Copy full SHA for c0d9506
1 file changed
Tests/CompilerTests/CompilerTests.swift
@@ -19,7 +19,7 @@ class CompilerTests: XCTestCase {
19
}
20
21
func testInsert() throws {
22
- try checkQueries(compile: "CompileInsert", dump: true)
+ try checkQueries(compile: "CompileInsert")
23
24
25
func testUpdate() throws {
@@ -82,7 +82,7 @@ class CompilerTests: XCTestCase {
82
83
84
func testOutlandishCte() throws {
85
- try checkQueries(compile: "CompileOutlandishCTE", dump: true)
+ try checkQueries(compile: "CompileOutlandishCTE")
86
87
88
0 commit comments