Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename NonGeographicalRegion to NonGeographicalEntity. #3627

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Rename Region to Entity in GetMetadataForNonGeographicalEntity
KarolJakubKrawiec committed Nov 28, 2024
commit 32e07651a063587ee64d10334fc9a30b477f9dba
2 changes: 1 addition & 1 deletion cpp/test/phonenumbers/phonenumberutil_test.cc
Original file line number Diff line number Diff line change
@@ -346,7 +346,7 @@ TEST_F(PhoneNumberUtilTest, GetInstanceLoadARMetadata) {
}

TEST_F(PhoneNumberUtilTest, GetInstanceLoadInternationalTollFreeMetadata) {
const PhoneMetadata* metadata = GetMetadataForNonGeographicalRegion(800);
const PhoneMetadata* metadata = GetMetadataForNonGeographicalEntity(800);
EXPECT_FALSE(metadata == NULL);
EXPECT_EQ("001", metadata->id());
EXPECT_EQ(800, metadata->country_code());