Skip to content

Commit

Permalink
refactor: set temp db name temp_db_for_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
utherbit committed Oct 1, 2024
1 parent ae1630b commit 5046d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/testutil/temp_db.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func InitTempDB() (db *gorm.DB, closer func()) {
var (
user = "postgres"
password = "secret"
dbName = "eda_sandbox_tests"
dbName = "temp_db_for_tests"
)

// uses a sensible default on windows (tcp/http) and linux/osx (socket)
Expand Down

0 comments on commit 5046d1b

Please sign in to comment.