1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-23 19:11:40 +02:00

fix test code compilation

This commit is contained in:
Chris Lu 2021-10-10 22:14:13 -07:00
parent 8205166009
commit f4676824a7

View file

@ -39,7 +39,7 @@ var names = []string{
"cassandra.bat",
}
func xTestNameList(t *testing.T) {
func yTestNameList(t *testing.T) {
server, err := tempredis.Start(tempredis.Config{})
if err != nil {
panic(err)
@ -76,7 +76,7 @@ func xTestNameList(t *testing.T) {
}
func xBenchmarkNameList(b *testing.B) {
func yBenchmarkNameList(b *testing.B) {
server, err := tempredis.Start(tempredis.Config{})
if err != nil {