Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
fixed pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Nov 29, 2017
1 parent e571176 commit 382ea5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_agent.py
Expand Up @@ -38,6 +38,7 @@ def test_agent_train(tmpdir, default_domain):


def test_agent_handle_message(default_agent):
result = default_agent.handle_message(INTENT_MESSAGE_PREFIX + 'greet{"name":"Rasa"}',
message = INTENT_MESSAGE_PREFIX + 'greet{"name":"Rasa"}'
result = default_agent.handle_message(message,
sender_id="test_agent_handle_message")
assert result == ["hey there Rasa!"]

0 comments on commit 382ea5a

Please sign in to comment.