This commit is contained in:
Jeff Widman
2017-07-01 02:37:52 -07:00
committed by GitHub
parent b8da199b54
commit 71ce772484

View File

@@ -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)