summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_consumer_integration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_consumer_integration.py b/test/test_consumer_integration.py
index ec00738..193a570 100644
--- a/test/test_consumer_integration.py
+++ b/test/test_consumer_integration.py
@@ -375,7 +375,7 @@ class TestConsumerIntegration(KafkaIntegrationTestCase):
# Create a consumer with the default buffer size
consumer = self.consumer()
- # This consumer failes to get the message
+ # This consumer fails to get the message
with self.assertRaises(ConsumerFetchSizeTooSmall):
consumer.get_message(False, 0.1)