Skip to content

Commit 00349a8

Browse files
authored
Spelling fix of 'indempotent' (#927)
* Update test_producer.py * Rename indempotent_produce.py to idempotent_produce.py
1 parent 85c0590 commit 00349a8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/test_producer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ async def mocked_func(node_id, request):
536536
self.assertLess(msg1.offset, msg2.offset)
537537

538538
@run_until_complete
539-
async def test_producer_indempotence_configuration(self):
539+
async def test_producer_idempotence_configuration(self):
540540
with self.assertRaises(ValueError):
541541
AIOKafkaProducer(
542542
acks=1, enable_idempotence=True)

0 commit comments

Comments
 (0)