Skip to content

Commit

Permalink
Fixing the Unit Tests for Region Dialpadistan
Browse files Browse the repository at this point in the history
  • Loading branch information
rajpan authored and aickowicz-dp committed Dec 19, 2023
1 parent 5661fbd commit 1476a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/phonenumbers/data/region_DP.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata

PHONE_METADATA_DP = PhoneMetadata(id='DP', country_code=803, international_prefix=None,
general_desc=PhoneNumberDesc(national_number_pattern='\\d{10}', possible_length=(10,)),
voip=PhoneNumberDesc(national_number_pattern='\\d{10}', possible_length=(10,)),
general_desc=PhoneNumberDesc(national_number_pattern='\\d{10}', example_number='1000000141', possible_length=(10,)),
voip=PhoneNumberDesc(national_number_pattern='\\d{10}', example_number='1000000141', possible_length=(10,)),
number_format=[NumberFormat(pattern='(\\d{3})(\\d{7})', format='\\1\\2')],
leading_zero_possible=False)

0 comments on commit 1476a58

Please sign in to comment.