Skip to content

Commit

Permalink
🔧 chore: update test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Apr 11, 2024
1 parent 638c8a4 commit 013bb8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/psqlconn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ func createConn() (*psqlconn.Postgres, dbx.Dbx) {
SetDebugMode(false).
SetEnabled(true).
SetPort(6666).
SetUsername("tms_admin").
SetUsername("admin").
SetDatabase("db").
SetPassword("Usfy3siOO%fX"))
SetPassword("password"))
}

func TestConn(t *testing.T) {
Expand Down

0 comments on commit 013bb8a

Please sign in to comment.