Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(test_main.py): Replace Japanese comments with English in unitte…
…st. fix #398 @0.25h
  • Loading branch information
みぞ@CrazyBeatCoder committed Jul 21, 2018
1 parent 6b41bd1 commit 3f68482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Expand Up @@ -53,7 +53,7 @@ def test_post_google_assistant_welcome_intent(self):
assert obj['fulfillmentText'] == 'test code'
assert obj['followupEventInput']['name'] == 'ASK_CONTINUE_EVENT'

# TODO: Ask Continue Intent 対応時にテストコードを実装する
# TODO: Implement test code when Add 'Ask Continue Intent'
def test_post_ask_continue_intent(self):
app = webtest.TestApp(main.app)

Expand Down

0 comments on commit 3f68482

Please sign in to comment.