Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
baerwang authored Dec 22, 2021
2 parents 4ec68bf + e9ab8de commit e55fba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestSelectLimit1(t *testing.T) {
}

func TestUpdate(t *testing.T) {
db, err := sql.Open("mysql", "root:123456@tcp(127.0.0.1:3306)/employees?timeout=1s&readTimeout=1s&writeTimeout=1s&parseTime=true&loc=Local&charset=utf8mb4,utf8")
db, err := sql.Open("mysql", "dksl:123456@tcp(127.0.0.1:13306)/employees?timeout=1s&readTimeout=1s&writeTimeout=1s&parseTime=true&loc=Local&charset=utf8mb4,utf8")
assert.NoErrorf(t, err, "connection error: %v", err)
defer db.Close()

Expand Down

0 comments on commit e55fba8

Please sign in to comment.