Skip to content

Commit

Permalink
fix: database test
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaCat committed Feb 5, 2024
1 parent 74fbd0d commit 6cee52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/database_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (suite *DbTestSuite) SetupTest() {

// Build the database
dbCfg := dbconfig.NewDatabaseConfig(
"postgresql://callisto:password@localhost:6433/callisto?sslmode=disable&search_path=public",
"postgresql://bdjuno:password@localhost:6433/bdjuno?sslmode=disable&search_path=public",
"",
"",
"",
Expand Down

0 comments on commit 6cee52e

Please sign in to comment.