Skip to content

Commit

Permalink
Remove println when creating a test database
Browse files Browse the repository at this point in the history
  • Loading branch information
tygern committed Jun 5, 2024
1 parent cc67e6f commit ec61b73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/testsupport/test_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ func NewTestDb(t *testing.T) *TestDb {
assert.NoError(t, err, "unable to create test database")
})

println("created test database: " + testDbName)

return &TestDb{
DB: dbsupport.CreateConnection(fmt.Sprintf("postgres://starter:starter@localhost:5432/%s?sslmode=disable", testDbName)),
t: t,
Expand Down

0 comments on commit ec61b73

Please sign in to comment.