Browse Source

fix TestCommanderStats

pull/1524/head^2
Darien Raymond 6 years ago
parent
commit
8e79e0b0f2
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

@ -541,6 +541,4 @@ func TestCommanderStats(t *testing.T) {
})
assert(err, IsNil)
assert(sresp.Stat.Value, GreaterThan, int64(10240*1024))
CloseAllServers(servers)
}

Loading…
Cancel
Save