Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Fix comment indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Jul 10, 2014
1 parent 2879665 commit 33d2606
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/routers/app_multiplexer/tests/test_vumi_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_bad_input_for_endpoint_choice(self):
msg = yield self.router_helper.ri.make_dispatch_inbound(
'foo', router=router, from_addr='123', session_event='resume')

# assert that the user received a response
# assert that the user received a response
[msg] = self.router_helper.ri.get_dispatched_outbound()
self.assertEqual(msg['content'],
'Bad choice.\n1) Try Again')
Expand Down Expand Up @@ -229,7 +229,7 @@ def test_state_bad_input_for_bad_input_prompt(self):
msg = yield self.router_helper.ri.make_dispatch_inbound(
'foo', router=router, from_addr='123', session_event='resume')

# assert that the user received a response
# assert that the user received a response
[msg] = self.router_helper.ri.get_dispatched_outbound()
self.assertEqual(msg['content'],
'Bad choice.\n1) Try Again')
Expand Down Expand Up @@ -257,7 +257,7 @@ def test_state_good_input_for_bad_input_prompt(self):
msg = yield self.router_helper.ri.make_dispatch_inbound(
'1', router=router, from_addr='123', session_event='resume')

# assert that the user received a response
# assert that the user received a response
[msg] = self.router_helper.ri.get_dispatched_outbound()
self.assertEqual(msg['content'],
'Please select a choice.\n1) Flappy Bird')
Expand Down

0 comments on commit 33d2606

Please sign in to comment.