merge from main and fix test

This commit is contained in:
Kenneth Kehl
2025-04-09 14:18:24 -07:00
22 changed files with 475 additions and 599 deletions

View File

@@ -80,8 +80,7 @@ invalid_us_phone_numbers = sum(
invalid_phone_numbers = [
("+80233456789", "Not a valid country prefix"),
("1234567", "Not enough digits"),
# TODO Fix this one
# ("+682 1234", "Invalid country code"), # Cook Islands phone numbers can be 5 digits
("+682 1234", "Not enough digits"),
("+12345 12345 12345 6", "Too many digits"),
]