Skip to content

Commit

Permalink
two-bucket: fix incorrect test case (#941)
Browse files Browse the repository at this point in the history
* two-bucket: fix incorrect test case

Resolve #911

* two-bucket: update canonical data version
  • Loading branch information
cmccandless authored and Insti committed Oct 10, 2017
1 parent b35c6f3 commit 8aa11e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exercises/two-bucket/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exercise": "two-bucket",
"version": "1.1.0",
"version": "1.2.0",
"cases": [
{
"description": "Measure using bucket one of size 3 and bucket two of size 5 - start with bucket one",
Expand Down Expand Up @@ -75,9 +75,9 @@
"goal": 3,
"start_bucket": "one",
"expected": {
"moves": 4,
"moves": 2,
"goal_bucket": "two",
"other_bucket": 1
"other_bucket": 2
}
}
]
Expand Down

0 comments on commit 8aa11e8

Please sign in to comment.