From a06078ecb3a10534ec34290fe9d55762b88a2320 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Thu, 12 Apr 2018 00:28:20 +0200 Subject: [PATCH] fix test --- testing/scenarios/command_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scenarios/command_test.go b/testing/scenarios/command_test.go index a2330ab9..426d8e08 100644 --- a/testing/scenarios/command_test.go +++ b/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) }