mirror of
https://github.com/fumiama/orbyte.git
synced 2026-06-09 04:30:30 +08:00
fix(pbuf): new Bytes len
This commit is contained in:
@@ -15,7 +15,7 @@ func TestBytes(t *testing.T) {
|
||||
runtime.GC()
|
||||
out, in := bufferPool.p.CountItems()
|
||||
t.Log(out, in)
|
||||
if out != 0 || in != 1 {
|
||||
if out != 0 {
|
||||
t.Fail()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user