Explorar el Código

fix TestCommanderStats

Darien Raymond hace 7 años
padre
commit
8e79e0b0f2
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      testing/scenarios/command_test.go

+ 0 - 2
testing/scenarios/command_test.go

@@ -541,6 +541,4 @@ func TestCommanderStats(t *testing.T) {
 	})
 	assert(err, IsNil)
 	assert(sresp.Stat.Value, GreaterThan, int64(10240*1024))
-
-	CloseAllServers(servers)
 }