Skip to content

Commit 013bb8a

Browse files
committed
🔧 chore: update test #2
1 parent 638c8a4 commit 013bb8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/psqlconn_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ func createConn() (*psqlconn.Postgres, dbx.Dbx) {
1414
SetDebugMode(false).
1515
SetEnabled(true).
1616
SetPort(6666).
17-
SetUsername("tms_admin").
17+
SetUsername("admin").
1818
SetDatabase("db").
19-
SetPassword("Usfy3siOO%fX"))
19+
SetPassword("password"))
2020
}
2121

2222
func TestConn(t *testing.T) {

0 commit comments

Comments
 (0)