We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a778e commit 0bb4d11Copy full SHA for 0bb4d11
test.groovy
@@ -14,6 +14,6 @@ def sql = Sql.newInstance(url, user, password, driver)
14
assert sql
15
16
println "Check 'spatial_ref_sys' table"
17
-assert !sql.firstRow("SELECT tablename FROM pg_tables WHERE schemaname='public' AND tablename='spatial_ref_sys'")
+assert sql.firstRow("SELECT tablename FROM pg_tables WHERE schemaname='public' AND tablename='spatial_ref_sys'")
18
19
sql.close()
0 commit comments