Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bob: Cleans up language on a couple of test cases #1631

Merged
merged 1 commit into from
Jan 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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