beeminder: Rename test test_normal to test_message_with_value_and_comment.

This commit is contained in:
novokrest 2018-06-02 11:09:22 +03:00
parent 2b86b9f488
commit d68a19f2dc
2 changed files with 2 additions and 2 deletions

View file

@ -30,10 +30,10 @@ following the syntax shown below :smile:.\n \
self.mock_http_conversation('test_help_message'): self.mock_http_conversation('test_help_message'):
self.verify_reply('help', self.help_message) self.verify_reply('help', self.help_message)
def test_normal(self) -> None: def test_message_with_value_and_comment(self) -> None:
bot_response = '[Datapoint](https://www.beeminder.com/aaron/goal) created.' bot_response = '[Datapoint](https://www.beeminder.com/aaron/goal) created.'
with self.mock_config_info(self.normal_config), \ with self.mock_config_info(self.normal_config), \
self.mock_http_conversation('test_normal'): self.mock_http_conversation('test_message_with_value_and_comment'):
self.verify_reply('2, hi there!', bot_response) self.verify_reply('2, hi there!', bot_response)
def test_syntax_error(self) -> None: def test_syntax_error(self) -> None: