We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb3fcc commit 737d55cCopy full SHA for 737d55c
src/Countries.Test/CountriesServiceShould.cs
@@ -11,7 +11,7 @@ public void GetListOfAllCountries()
11
{
12
// arrange
13
var service = new CountriesService();
14
- var expectedCount = 250;
+ var expectedCount = 249;
15
16
// act
17
var all = service.GetAll();
@@ -112,7 +112,7 @@ public void FindCountryByNameAndLanguageReturnNullIfNotExist()
112
}
113
114
[Theory]
115
- [InlineData(Region.Africa, 59)]
+ [InlineData(Region.Africa, 58)]
116
[InlineData(Region.Americas, 56)]
117
[InlineData(Region.Antarctic, 5)]
118
[InlineData(Region.Asia, 50)]
0 commit comments