From cd6cf0657a8fed1903d2aa7bbde1845b2087988c Mon Sep 17 00:00:00 2001 From: Trevor Pilley Date: Wed, 23 Oct 2024 19:24:26 +0000 Subject: [PATCH] columbia --- test/PhoneNumbers.Tests/CountryInfo_SouthAmerica_Tests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/PhoneNumbers.Tests/CountryInfo_SouthAmerica_Tests.cs b/test/PhoneNumbers.Tests/CountryInfo_SouthAmerica_Tests.cs index 911e332f..1e4a11a8 100644 --- a/test/PhoneNumbers.Tests/CountryInfo_SouthAmerica_Tests.cs +++ b/test/PhoneNumbers.Tests/CountryInfo_SouthAmerica_Tests.cs @@ -37,6 +37,7 @@ public void CountryInfo_Colombia() Assert.Equal(CountryInfo.SouthAmerica, countryInfo.Continent); Assert.IsType(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);