mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-04 16:37:12 -05:00
fix TestCommanderStats
This commit is contained in:
parent
ebea255c74
commit
8e79e0b0f2
@ -541,6 +541,4 @@ func TestCommanderStats(t *testing.T) {
|
|||||||
})
|
})
|
||||||
assert(err, IsNil)
|
assert(err, IsNil)
|
||||||
assert(sresp.Stat.Value, GreaterThan, int64(10240*1024))
|
assert(sresp.Stat.Value, GreaterThan, int64(10240*1024))
|
||||||
|
|
||||||
CloseAllServers(servers)
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user