1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 15:36:41 -05:00

fix TestCommanderStats

This commit is contained in:
Darien Raymond 2018-07-28 15:33:47 +02:00
parent ebea255c74
commit 8e79e0b0f2
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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