Skip to content

Commit

Permalink
restore tests that were commented out accidently
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilaverde committed Apr 29, 2024
1 parent c471d01 commit 993e339
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions client/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ func TestConnGenAttributes(t *testing.T) {

func TestConnCollation(t *testing.T) {
collations := []string{
//"big5_chinese_ci",
//"utf8_general_ci",
//"utf8mb4_0900_ai_ci",
//"utf8mb4_de_pb_0900_ai_ci",
//"utf8mb4_ja_0900_as_cs",
//"utf8mb4_0900_bin",
"big5_chinese_ci",
"utf8_general_ci",
"utf8mb4_0900_ai_ci",
"utf8mb4_de_pb_0900_ai_ci",
"utf8mb4_ja_0900_as_cs",
"utf8mb4_0900_bin",
"utf8mb4_zh_pinyin_tidb_as_cs",
}

Expand Down

0 comments on commit 993e339

Please sign in to comment.