Skip to content

Commit 541162c

Browse files
committed
fix tests
1 parent 07a47be commit 541162c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/asyncio_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ async def test_batch_end_to_end(self):
9393
msg_ids = await asyncio.gather(*tasks)
9494
self.assertEqual(len(msg_ids), 5)
9595
# pylint: disable=fixme
96-
# TODO: the result is wrong due to https://github.com/apache/pulsar-client-cpp/issues/531
97-
self.assertEqual(producer.last_sequence_id(), 8)
96+
self.assertEqual(producer.last_sequence_id(), 4)
9897
ledger_id = msg_ids[0].ledger_id()
9998
entry_id = msg_ids[0].entry_id()
10099
# These messages should be in the same entry

0 commit comments

Comments
 (0)