Skip to content

Commit

Permalink
Fix expected dialog (#46)
Browse files Browse the repository at this point in the history
The expected dialog had a stupid copy/paste error.
  • Loading branch information
Steve Penrod authored Oct 5, 2018
1 parent 4be98cc commit 3889e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/intent/002.when-will-it-rain-next.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"utterance": "when will it rain next",
"intent_type": "handle_next_precipitation",
"expected_dialog": ["precipitation expected", "precipitation expected"]
"expected_dialog": ["precipitation expected", "no precipitation expected"]
}

0 comments on commit 3889e7a

Please sign in to comment.