浏览代码

fix TestCommanderStats

Darien Raymond 7 年之前
父节点
当前提交
8e79e0b0f2
共有 1 个文件被更改,包括 0 次插入2 次删除
  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)
 }