Skip to content

Commit

Permalink
columbia
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorPilley committed Oct 23, 2024
1 parent b0a63b0 commit cd6cf06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/PhoneNumbers.Tests/CountryInfo_SouthAmerica_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public void CountryInfo_Colombia()
Assert.Equal(CountryInfo.SouthAmerica, countryInfo.Continent);
Assert.IsType<COPhoneNumberFormatProvider>(countryInfo.FormatProvider);
Assert.False(countryInfo.IsEuropeanUnionMember);
Assert.False(countryInfo.IsNatoMember);
Assert.Equal("CO", countryInfo.Iso3166Code);
Assert.Equal("Colombia", countryInfo.Name);
Assert.Equal(new[] { 3 }, countryInfo.NdcLengths);
Expand Down

0 comments on commit cd6cf06

Please sign in to comment.