The BufTest.pooledBuffersMustResetStateBeforeReuse should run for all allocators

This commit is contained in:
Chris Vest 2020-11-23 18:10:58 +01:00
parent eb7717b00a
commit 92c178ceb9

View File

@ -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)) {