From 1904e917e41de8a2d48f9b66b2f89a68efe40ceb Mon Sep 17 00:00:00 2001 From: Ryan Potts Date: Thu, 16 Jan 2020 18:46:25 -0500 Subject: [PATCH] Bob: Cleans up language on a couple of test cases Resolves #1630 --- exercises/bob/canonical-data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exercises/bob/canonical-data.json b/exercises/bob/canonical-data.json index 1061e273a5..807ceb7c58 100644 --- a/exercises/bob/canonical-data.json +++ b/exercises/bob/canonical-data.json @@ -1,6 +1,6 @@ { "exercise": "bob", - "version": "1.4.0", + "version": "1.5.0", "cases": [ { "description": "stating something", @@ -54,7 +54,7 @@ "description": "talking forcefully", "property": "response", "input": { - "heyBob": "Let's go make out behind the gym!" + "heyBob": "Hi there!" }, "expected": "Whatever." }, @@ -70,7 +70,7 @@ "description": "forceful question", "property": "response", "input": { - "heyBob": "WHAT THE HELL WERE YOU THINKING?" + "heyBob": "WHAT'S GOING ON?" }, "expected": "Calm down, I know what I'm doing!" },