diff --git a/exercises/hamming/canonical-data.json b/exercises/hamming/canonical-data.json index 90fcd0a07a..de3924e51a 100644 --- a/exercises/hamming/canonical-data.json +++ b/exercises/hamming/canonical-data.json @@ -1,6 +1,6 @@ { "exercise": "hamming", -"version": "2.0.0", +"version": "2.0.1", "comments": [ "Language implementations vary on the issue of unequal length strands.", "A language may elect to simplify this task by only presenting equal", @@ -73,15 +73,15 @@ { "description": "non-unique character in first strand", "property": "distance", - "strand1": "AGA", - "strand2": "AGG", + "strand1": "AAG", + "strand2": "AAA", "expected": 1 }, { "description": "non-unique character in second strand", "property": "distance", - "strand1": "AGG", - "strand2": "AGA", + "strand1": "AAA", + "strand2": "AAG", "expected": 1 }, {