From 71ce772484cb43509742702c3f09ec7fde2923f7 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Sat, 1 Jul 2017 02:37:52 -0700 Subject: [PATCH] Fix typo --- test/test_consumer_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)