From 1a26ae7f2b64c866912268a4c378acdbca050e3f Mon Sep 17 00:00:00 2001 From: Abhijeet Kaur Date: Wed, 16 Aug 2017 03:55:11 +0530 Subject: [PATCH] bots: Fix "help" message async in yoda.py and test_yoda.py. The help message string was modified in yoda.py file to correctly instruct the user. But the help message string was not modified accordingly in the test file. --- zulip_bots/zulip_bots/bots/yoda/test_yoda.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/zulip_bots/zulip_bots/bots/yoda/test_yoda.py b/zulip_bots/zulip_bots/bots/yoda/test_yoda.py index b1427f6..cfe499a 100644 --- a/zulip_bots/zulip_bots/bots/yoda/test_yoda.py +++ b/zulip_bots/zulip_bots/bots/yoda/test_yoda.py @@ -56,8 +56,9 @@ class TestYodaBot(BotTestCase): Before running this, make sure to get a Mashape Api token. Instructions are in the 'readme.md' file. - Store it in the 'yoda.config' file. - The 'yoda.config' file should be located at '~/yoda.config'. + Store it in the 'yoda.conf' file. + The 'yoda.conf' file should be located in this bot's (zulip_bots/bots/yoda/yoda) + directory. Example input: @mention-bot You will learn how to speak like me someday. ''' @@ -75,8 +76,9 @@ class TestYodaBot(BotTestCase): Before running this, make sure to get a Mashape Api token. Instructions are in the 'readme.md' file. - Store it in the 'yoda.config' file. - The 'yoda.config' file should be located at '~/yoda.config'. + Store it in the 'yoda.conf' file. + The 'yoda.conf' file should be located in this bot's (zulip_bots/bots/yoda/yoda) + directory. Example input: @mention-bot You will learn how to speak like me someday. '''