Skip to content

Commit

Permalink
compare conflicts without order
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Mar 5, 2024
1 parent bab8b87 commit bdaec77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/training/test_story_conflict.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def test_find_conflicts_checkpoints():
conflicts = find_story_conflicts(trackers, domain, 5)

assert len(conflicts) == 1
assert conflicts[0].conflicting_actions == ["utter_goodbye", "utter_default"]
assert set(conflicts[0].conflicting_actions) == set(["utter_goodbye", "utter_default"])


async def test_find_conflicts_or():
Expand Down

0 comments on commit bdaec77

Please sign in to comment.