Browse Source

Correct the spelling of the word "metadata" (#2845)

pull/2858/head
Tijana Vislavski Gradina 3 years ago
committed by GitHub
parent
commit
748ae47a8c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cpp/test/phonenumbers/phonenumberutil_test.cc

+ 1
- 1
cpp/test/phonenumbers/phonenumberutil_test.cc View File

@ -869,7 +869,7 @@ TEST_F(PhoneNumberUtilTest, FormatOutOfCountryWithPreferredIntlPrefix) {
test_number.set_italian_leading_zero(true);
// This should use 0011, since that is the preferred international prefix
// (both 0011 and 0012 are accepted as possible international prefixes in our
// test metadta.)
// test metadata.)
phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::AU(),
&formatted_number);
EXPECT_EQ("0011 39 02 3661 8300", formatted_number);


Loading…
Cancel
Save