Skip to content

Commit

Permalink
Rename Region to Entity in GetMetadataForNonGeographicalEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolJakubKrawiec committed Nov 28, 2024
1 parent 426d869 commit 32e0765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/phonenumbers/phonenumberutil_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 32e0765

Please sign in to comment.