mirror of https://github.com/v2ray/v2ray-core
fix test
parent
c76d492c0f
commit
a06078ecb3
|
@ -532,7 +532,7 @@ func TestCommanderStats(t *testing.T) {
|
||||||
Reset_: true,
|
Reset_: true,
|
||||||
})
|
})
|
||||||
assert(err, IsNil)
|
assert(err, IsNil)
|
||||||
assert(sresp.Stat.Value, Equals, int64(10240*1024))
|
assert(sresp.Stat.Value, GreaterThan, int64(10240*1024))
|
||||||
|
|
||||||
CloseAllServers(servers)
|
CloseAllServers(servers)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue