Skip to content

Conversation

@deanology
Copy link
Collaborator

#33

# Conflicts:
#	src/World.Net.UnitTests/Countries/AlandIslandsTest.cs
# Conflicts:
#	src/World.Net.UnitTests/GlobalUsing.cs
# Conflicts:
#	src/World.Net/Helpers/CountryInitializer.cs
Assert.Equal(CAMBODIA_STATE_COUNT, country.States.Count());
Assert.All(country.States, state => Assert.Contains(state.Type, VALID_STATE_TYPES));
}
} No newline at end of file
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add line spacing here so that the sign will disappear

Assert.Equal(CAMEROON_STATE_COUNT, country.States.Count());
Assert.All(country.States, state => Assert.Contains(state.Type, VALID_STATE_TYPES));
}
} No newline at end of file
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add line spacing

@deanology
Copy link
Collaborator Author

added line space to test files

@selfmadecode selfmadecode self-requested a review February 19, 2025 21:59
@selfmadecode selfmadecode linked an issue Feb 19, 2025 that may be closed by this pull request
@selfmadecode selfmadecode merged commit f01cf2f into selfmadecode:main Feb 22, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add details for Burundi, Cambodia, Cameroon, Canada and Cape Verde

2 participants