Skip to content

Commit d5276a8

Browse files
committed
python_SUITE: Fix syntax error
1 parent 8257fec commit d5276a8

File tree

1 file changed

+2
-2
lines changed
  • deps/rabbitmq_stomp/test/python_SUITE_data/src

1 file changed

+2
-2
lines changed

deps/rabbitmq_stomp/test/python_SUITE_data/src/parsing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def test_bad_command(self):
182182
def test_broadcast(self):
183183
''' Single message should be delivered to two consumers:
184184
amq.topic --routing_key--> first_queue --> first_connection
185-
\--routing_key--> second_queue--> second_connection
185+
\\--routing_key--> second_queue--> second_connection
186186
'''
187187
subscribe=( 'SUBSCRIBE\n'
188188
'id: XsKNhAf\n'
@@ -336,4 +336,4 @@ def test_message_in_packets(self):
336336
modules = [
337337
__name__
338338
]
339-
test_runner.run_unittests(modules)
339+
test_runner.run_unittests(modules)

0 commit comments

Comments
 (0)