Skip to content

Commit 16ab835

Browse files
committed
fix test
1 parent 3c9e7d6 commit 16ab835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/engine/postgresql/catalog_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func TestUpdateErrors(t *testing.T) {
149149
t.Fatal(err)
150150
}
151151

152-
c := NewCatalog()
152+
c := NewCatalog("")
153153
err = c.Build(stmts)
154154
if err == nil {
155155
t.Log(test.stmt)

0 commit comments

Comments
 (0)