Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Nov 11, 2024
1 parent c2d2076 commit 2d50364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/postgresqlhelper.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func GetTestPGUser(t *testing.T, connURL string, username, password, query strin
if err != nil && err != sql.ErrNoRows {
t.Fatalf("user does not appear to exist: %s", err.Error())
}
t.Logf("exists: %b", exists)
t.Logf("exists: %#v", exists)
}

func CreateTestPGUser(t *testing.T, connURL string, username, password, query string) {
Expand Down

0 comments on commit 2d50364

Please sign in to comment.