-
Notifications
You must be signed in to change notification settings - Fork 3
add details for Brazil, British Indian Ocean Territory, Brunei, Bulga… #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add details for Brazil, British Indian Ocean Territory, Brunei, Bulga… #35
Conversation
…ria and Burkina Faso
| Assert.Equal(existingCountryId, country.Id); | ||
| Assert.Equal(BRITISH_INDIAN_OCEAN_TERRITORY_NAME, country.Name); | ||
| Assert.NotNull(country.States); | ||
| Assert.Equal(BRITISH_INDIAN_OCEAN_TERRITORY_STATE_COUNT, country.States.Count()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we fix this warning
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment Treated
| private const string BULGARIA_ISO2_CODE = "BG"; | ||
| private const string BULGARIA_ISO3_CODE = "BGR"; | ||
| private const string BULGARIA_CALLING_CODE = "+359"; | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this extra space
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment treated
| private const string BURKINA_FASO_ISO3_CODE = "BFA"; | ||
| private const string BURKINA_FASO_CALLING_CODE = "+226"; | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra space, please remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
every other thing looks good, nice work Reagan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment treated
|
|
||
|
|
||
| [Fact] | ||
| public void Brazil_HasExpectedInformation() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we stick with GetCountry_ReturnsCorrectInformation_for_Brazil naming convention please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment treated
…ria and Burkina Faso