Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Urkem committed Oct 12, 2023
1 parent 226d193 commit 8aebb5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion rasa/cli/project_templates/tutorial/data/flows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
flows:
transfer_money:
name: transfer money
description: This flow lets users send money to friends and family.
steps:
- id: "ask_recipient"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ def test_verify_unique_flows_duplicate_names(


# testing for None and empty string
@pytest.mark.parametrize("way_of_emptiness", ["", '""'])
@pytest.mark.parametrize("way_of_emptiness", ['""', "''"])
def test_verify_flow_names_non_empty(
tmp_path: Path,
nlu_data_path: Path,
Expand Down

0 comments on commit 8aebb5f

Please sign in to comment.