Skip to content

Commit 0bb4d11

Browse files
authored
Update test.groovy
1 parent 71a778e commit 0bb4d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ def sql = Sql.newInstance(url, user, password, driver)
1414
assert sql
1515

1616
println "Check 'spatial_ref_sys' table"
17-
assert !sql.firstRow("SELECT tablename FROM pg_tables WHERE schemaname='public' AND tablename='spatial_ref_sys'")
17+
assert sql.firstRow("SELECT tablename FROM pg_tables WHERE schemaname='public' AND tablename='spatial_ref_sys'")
1818

1919
sql.close()

0 commit comments

Comments
 (0)