Skip to content

Commit 5046d1b

Browse files
committed
refactor: set temp db name temp_db_for_tests
1 parent ae1630b commit 5046d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/testutil/temp_db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func InitTempDB() (db *gorm.DB, closer func()) {
1818
var (
1919
user = "postgres"
2020
password = "secret"
21-
dbName = "eda_sandbox_tests"
21+
dbName = "temp_db_for_tests"
2222
)
2323

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

0 commit comments

Comments
 (0)