Skip to content

Commit

Permalink
fix Aland Islands failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
selfmadecode committed Jan 25, 2025
1 parent c4ddfee commit b8a3108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/World.Net.UnitTests/Countries/AlandIslandsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void GetCountry_ReturnsCorrectInformation_ForAlandIslands()

//Assert
Assert.Equal(2, country.Id);
Assert.Equal("AlandIslands", country.Name);
Assert.Equal("Aland Islands", country.Name);
Assert.Equal("Åland Islands", country.OfficialName);
Assert.Equal("Åland", country.NativeName);
Assert.Equal("Mariehamn", country.Capital);
Expand Down

0 comments on commit b8a3108

Please sign in to comment.