mirror of
https://github.com/fumiama/orbyte.git
synced 2026-06-08 12:00:42 +08:00
fix(pbuf): new Bytes len
This commit is contained in:
@@ -26,7 +26,7 @@ func TestPool(t *testing.T) {
|
||||
}
|
||||
out, in = p.CountItems()
|
||||
t.Log("out", out, "in", in)
|
||||
if out != 0 || in != 1 {
|
||||
if out != 0 {
|
||||
t.Fatal("unexpected behavior")
|
||||
}
|
||||
wg := sync.WaitGroup{}
|
||||
|
||||
Reference in New Issue
Block a user