Skip to content

Commit

Permalink
Initial project comment + test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed Mar 19, 2020
1 parent 3d79e28 commit 94f0e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rasa/cli/initial_project/tests/conversation_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- utter_greet
* mood_great: amazing
- utter_happy

## happy path 2
* greet: hello there!
- utter_greet
Expand Down
2 changes: 1 addition & 1 deletion tests/cli/test_rasa_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_test_help(run: Callable[..., RunResult]):
output = run("test", "--help")

help_text = """usage: rasa test [-h] [-v] [-vv] [--quiet] [-m MODEL] [-s STORIES]
[--max-stories MAX_STORIES] [--e2e] [--endpoints ENDPOINTS]
[--max-stories MAX_STORIES] [--endpoints ENDPOINTS]
[--fail-on-prediction-errors] [--url URL]
[--evaluate-model-directory] [-u NLU] [--out OUT]
[--successes] [--no-errors] [--histogram HISTOGRAM]
Expand Down

0 comments on commit 94f0e6e

Please sign in to comment.