Darien Raymond 7 년 전
부모
커밋
a06078ecb3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      testing/scenarios/command_test.go

+ 1 - 1
testing/scenarios/command_test.go

@@ -532,7 +532,7 @@ func TestCommanderStats(t *testing.T) {
 		Reset_: true,
 	})
 	assert(err, IsNil)
-	assert(sresp.Stat.Value, Equals, int64(10240*1024))
+	assert(sresp.Stat.Value, GreaterThan, int64(10240*1024))
 
 	CloseAllServers(servers)
 }