Skip to content

Commit ccfbe54

Browse files
committed
fixup record_accumulator test
1 parent 7bc9703 commit ccfbe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_record_accumulator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_producer_batch_producer_id():
1717
magic=2, compression_type=0, batch_size=100000)
1818
batch = ProducerBatch(tp, records)
1919
assert batch.producer_id == -1
20-
batch.records.set_producer_state(123, 456, 789)
20+
batch.records.set_producer_state(123, 456, 789, False)
2121
assert batch.producer_id == 123
2222
records.close()
2323
assert batch.producer_id == 123

0 commit comments

Comments
 (0)