diff --git a/exercises/custom-set/canonical-data.json b/exercises/custom-set/canonical-data.json index 827eab57f8..b22a38f44a 100644 --- a/exercises/custom-set/canonical-data.json +++ b/exercises/custom-set/canonical-data.json @@ -251,6 +251,16 @@ "set2": [1, 2, 3, 4] }, "expected": false + }, + { + "uuid": "d4a1142f-09aa-4df9-8b83-4437dcf7ec24", + "description": "set is equal to a set constructed from an array with duplicates", + "property": "equal", + "input": { + "set1": [1], + "set2": [1, 1] + }, + "expected": true } ] },