diff options
Diffstat (limited to 'python/tests_0-9')
| -rw-r--r-- | python/tests_0-9/broker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests_0-9/broker.py b/python/tests_0-9/broker.py index 30eda03d48..03b4132d3e 100644 --- a/python/tests_0-9/broker.py +++ b/python/tests_0-9/broker.py @@ -27,7 +27,7 @@ class BrokerTests(TestBase): def test_ack_and_no_ack(self): """ First, this test tries to receive a message with a no-ack - consumer. Second, this test tries to explicitely receive and + consumer. Second, this test tries to explicitly receive and acknowledge a message with an acknowledging consumer. """ ch = self.channel |
