소스 검색

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)
 }