Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
prog8 committed Dec 19, 2024
commit 16ab835b548822a8e98f1006233f9c99b1bdadde
2 changes: 1 addition & 1 deletion internal/engine/postgresql/catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func TestUpdateErrors(t *testing.T) {
t.Fatal(err)
}

c := NewCatalog()
c := NewCatalog("")
err = c.Build(stmts)
if err == nil {
t.Log(test.stmt)
Expand Down
Loading