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