diff --git a/exercises/resistor-color-trio/canonical-data.json b/exercises/resistor-color-trio/canonical-data.json index 9b4a60d7a6..4c4bc392de 100644 --- a/exercises/resistor-color-trio/canonical-data.json +++ b/exercises/resistor-color-trio/canonical-data.json @@ -1,6 +1,6 @@ { "exercise": "resistor-color-trio", - "version": "1.0.0", + "version": "1.1.0", "cases": [ { "description": "Orange and orange and black", @@ -56,6 +56,17 @@ "value": 470, "unit": "kiloohms" } + }, + { + "description": "Orange and orange and red", + "property": "label", + "input": { + "colors": ["orange", "orange", "red"] + }, + "expected": { + "value": 3300, + "unit": "ohms" + } } ] }