Skip to content

Commit

Permalink
Merge pull request #1631 from rpottsoh/UpdateBob
Browse files Browse the repository at this point in the history
Bob: Cleans up language on a couple of test cases
  • Loading branch information
rpottsoh authored Jan 17, 2020
2 parents 63bb34c + 1904e91 commit ff4a71b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exercises/bob/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exercise": "bob",
"version": "1.4.0",
"version": "1.5.0",
"cases": [
{
"description": "stating something",
Expand Down Expand Up @@ -54,7 +54,7 @@
"description": "talking forcefully",
"property": "response",
"input": {
"heyBob": "Let's go make out behind the gym!"
"heyBob": "Hi there!"
},
"expected": "Whatever."
},
Expand All @@ -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!"
},
Expand Down

0 comments on commit ff4a71b

Please sign in to comment.