Browse Source

Update PhoneNumberUtilTest.java

mandlil_fix_formatting
mandlil 1 month ago
committed by GitHub
parent
commit
f363d6f925
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      java/libphonenumber/test/com/google/i18n/phonenumbers/PhoneNumberUtilTest.java

+ 0
- 3
java/libphonenumber/test/com/google/i18n/phonenumbers/PhoneNumberUtilTest.java View File

@ -511,9 +511,6 @@ public class PhoneNumberUtilTest extends TestMetadataTestCase {
phoneUtil.format(US_SPOOF_WITH_RAW_INPUT, PhoneNumberFormat.NATIONAL));
assertEquals("0", phoneUtil.format(US_SPOOF, PhoneNumberFormat.NATIONAL));
assertEquals("+61000", phoneUtil.format(AU_SHORT_CODE_WITH_RAW_INPUT, PhoneNumberFormat.E164));
PhoneNumber number = PhoneNumber.getDefaultInstance();
assertThat(phoneUtil.format(number, PhoneNumberFormat.NATIONAL)).isEmpty();
}
public void testFormatBSNumber() {


Loading…
Cancel
Save