diff --git a/exercises/phone-number/canonical-data.json b/exercises/phone-number/canonical-data.json index 7d789e9d79..52a68b039c 100644 --- a/exercises/phone-number/canonical-data.json +++ b/exercises/phone-number/canonical-data.json @@ -1,6 +1,6 @@ { "exercise": "phone-number", - "version": "1.1.0", + "version": "1.2.0", "cases": [ { "description": "Cleanup user-entered phone numbers", @@ -70,12 +70,6 @@ "phrase": "123-@:!-7890", "expected": null }, - { - "description": "invalid with right number of digits but letters mixed in", - "property": "clean", - "phrase": "1a2b3c4d5e6f7g8h9i0j", - "expected": null - }, { "description": "invalid if area code does not start with 2-9", "property": "clean",