Skip to content
Snippets Groups Projects
Commit 8a941821 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

improve coverage a bit

parent c090002b
No related branches found
No related tags found
No related merge requests found
......@@ -119,9 +119,10 @@ class TestA(unittest.TestCase):
def ok(msg):
if not p['count']:
msg.nack()
msg.nack()
else:
msg.ack()
msg.ack()
msg.ack()
self.assertIsInstance(msg, ReceivedMessage)
p['q'] = True
p['count'] += 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment