We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8257fec commit d5276a8Copy full SHA for d5276a8
deps/rabbitmq_stomp/test/python_SUITE_data/src/parsing.py
@@ -182,7 +182,7 @@ def test_bad_command(self):
182
def test_broadcast(self):
183
''' Single message should be delivered to two consumers:
184
amq.topic --routing_key--> first_queue --> first_connection
185
- \--routing_key--> second_queue--> second_connection
+ \\--routing_key--> second_queue--> second_connection
186
'''
187
subscribe=( 'SUBSCRIBE\n'
188
'id: XsKNhAf\n'
@@ -336,4 +336,4 @@ def test_message_in_packets(self):
336
modules = [
337
__name__
338
]
339
- test_runner.run_unittests(modules)
+ test_runner.run_unittests(modules)
0 commit comments