From 3889e7aebe84bd3fe4da5ae51162f5ff15079c5a Mon Sep 17 00:00:00 2001 From: Steve Penrod Date: Fri, 5 Oct 2018 12:40:22 -0500 Subject: [PATCH] Fix expected dialog (#46) The expected dialog had a stupid copy/paste error. --- test/intent/002.when-will-it-rain-next.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intent/002.when-will-it-rain-next.json b/test/intent/002.when-will-it-rain-next.json index 9f825429..29e2fd9c 100644 --- a/test/intent/002.when-will-it-rain-next.json +++ b/test/intent/002.when-will-it-rain-next.json @@ -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"] }