Skip to content

Commit

Permalink
fix: panic in testing utils
Browse files Browse the repository at this point in the history
  • Loading branch information
GAlexIHU committed Sep 4, 2024
1 parent 4bc487a commit 46dfb8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openmeter/testutils/pg_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func InitPostgresDB(t *testing.T) *TestDB {

return &TestDB{
PGDriver: postgresDriver,
SQLDriver: postgresDriver.DB(),
EntDriver: entDriver,
URL: dbConf.URL(),
}
Expand Down

0 comments on commit 46dfb8a

Please sign in to comment.