Fix duplicated batch buffer test.
Two tests had the same code when the were supposed to test different state. PiperOrigin-RevId: 311149216
This commit is contained in:
parent
66fd81401b
commit
9197c9c9a0
@ -175,7 +175,7 @@ public final class BatchBufferTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void batchWasConsumed_whenNotEmpty_isEmpty() {
|
public void batchWasConsumed_whenNotEmpty_isEmpty() {
|
||||||
fillBatchBuffer(batchBuffer);
|
batchBuffer.commitNextAccessUnit();
|
||||||
|
|
||||||
batchBuffer.batchWasConsumed();
|
batchBuffer.batchWasConsumed();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user