Skip to content

Commit

Permalink
Update tests/core/test_actions.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Alexander Khizov <degiz@users.noreply.github.com>
  • Loading branch information
lluchini and degiz committed Apr 16, 2020
1 parent 2b79796 commit c41c084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_actions.py
Expand Up @@ -510,7 +510,7 @@ async def test_action_session_start_without_slots(
assert events == [SessionStarted(), ActionExecuted(ACTION_LISTEN_NAME)]


async def test_action_session_start_with_metada(
async def test_action_session_start_with_metadata(
default_channel: CollectingOutputChannel,
template_nlg: TemplatedNaturalLanguageGenerator,
template_sender_tracker: DialogueStateTracker,
Expand Down

0 comments on commit c41c084

Please sign in to comment.