Skip to content

Commit

Permalink
nit: remove testing var
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-98 committed Oct 13, 2023
1 parent b5802ad commit 2ef7e73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions waku/persistence/postgres/mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import (
"os"
)

// var dbUrlTemplate = "postgres://postgres@localhost:%s/%s?sslmode=disable"
var dbUrlTemplate = "postgres://harshjain@localhost:%s/%s?sslmode=disable"
var dbUrlTemplate = "postgres://postgres@localhost:%s/%s?sslmode=disable"

func ResetDefaultTestPostgresDB(dropDBUrl string) error {
db, err := sql.Open("pgx", dropDBUrl)
Expand Down

0 comments on commit 2ef7e73

Please sign in to comment.