1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-17 09:56:18 -05:00
This commit is contained in:
Darien Raymond 2018-04-12 00:28:20 +02:00
parent c76d492c0f
commit a06078ecb3
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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