Commit 9197c9c9 by krocard Committed by Oliver Woodman

Fix duplicated batch buffer test.

Two tests had the same code when the were
supposed to test different state.

PiperOrigin-RevId: 311149216
parent 66fd8140
......@@ -175,7 +175,7 @@ public final class BatchBufferTest {
@Test
public void batchWasConsumed_whenNotEmpty_isEmpty() {
fillBatchBuffer(batchBuffer);
batchBuffer.commitNextAccessUnit();
batchBuffer.batchWasConsumed();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment