This commit is contained in:
Yun
2023-08-28 09:34:59 +08:00
parent 3ccce0bba2
commit e7e6cf6752
4 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func TestMain(m *testing.M) {
fmt.Println("redis init error")
return
}
Redis = client
// Redis = client
}