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", "cassandra.bat",
} }
func xTestNameList(t *testing.T) { func yTestNameList(t *testing.T) {
server, err := tempredis.Start(tempredis.Config{}) server, err := tempredis.Start(tempredis.Config{})
if err != nil { if err != nil {
panic(err) 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{}) server, err := tempredis.Start(tempredis.Config{})
if err != nil { if err != nil {