Skip to content

Commit

Permalink
Spelling fix of 'indempotent' (#927)
Browse files Browse the repository at this point in the history
* Update test_producer.py

* Rename indempotent_produce.py to idempotent_produce.py
  • Loading branch information
yyokusa authored Oct 14, 2023
1 parent 85c0590 commit 00349a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ async def mocked_func(node_id, request):
self.assertLess(msg1.offset, msg2.offset)

@run_until_complete
async def test_producer_indempotence_configuration(self):
async def test_producer_idempotence_configuration(self):
with self.assertRaises(ValueError):
AIOKafkaProducer(
acks=1, enable_idempotence=True)
Expand Down

0 comments on commit 00349a8

Please sign in to comment.