Skip to content

Commit 71ce772

Browse files
authored
Fix typo
1 parent b8da199 commit 71ce772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_consumer_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def test_huge_messages(self):
375375
# Create a consumer with the default buffer size
376376
consumer = self.consumer()
377377

378-
# This consumer failes to get the message
378+
# This consumer fails to get the message
379379
with self.assertRaises(ConsumerFetchSizeTooSmall):
380380
consumer.get_message(False, 0.1)
381381

0 commit comments

Comments
 (0)