Skip to content

Commit 9f19ebb

Browse files
committed
Update tests
1 parent b01a1ac commit 9f19ebb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bytes_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ func TestBytesBufferPool_Get(t *testing.T) {
3434
p.Put(b)
3535
b = p.Get()
3636
assert.Equal(t, 0, b.Len())
37-
assert.Equal(t, 128, b.Cap())
3837
}

0 commit comments

Comments
 (0)