Browse Source

fix test

pull/1028/merge
Darien Raymond 7 years ago
parent
commit
a06078ecb3
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 2
      testing/scenarios/command_test.go

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

Loading…
Cancel
Save