The BufTest.pooledBuffersMustResetStateBeforeReuse should run for all allocators
This commit is contained in:
parent
eb7717b00a
commit
92c178ceb9
@ -1513,7 +1513,7 @@ public class BufTest {
|
||||
}
|
||||
|
||||
@ParameterizedTest
|
||||
@MethodSource("poolingAllocators")
|
||||
@MethodSource("allocators")
|
||||
public void pooledBuffersMustResetStateBeforeReuse(Fixture fixture) {
|
||||
try (Allocator allocator = fixture.createAllocator();
|
||||
Buf expected = allocator.allocate(8)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user