Skip to content

Commit 737d55c

Browse files
committed
fixed the test data
1 parent bbb3fcc commit 737d55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Countries.Test/CountriesServiceShould.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public void GetListOfAllCountries()
1111
{
1212
// arrange
1313
var service = new CountriesService();
14-
var expectedCount = 250;
14+
var expectedCount = 249;
1515

1616
// act
1717
var all = service.GetAll();
@@ -112,7 +112,7 @@ public void FindCountryByNameAndLanguageReturnNullIfNotExist()
112112
}
113113

114114
[Theory]
115-
[InlineData(Region.Africa, 59)]
115+
[InlineData(Region.Africa, 58)]
116116
[InlineData(Region.Americas, 56)]
117117
[InlineData(Region.Antarctic, 5)]
118118
[InlineData(Region.Asia, 50)]

0 commit comments

Comments
 (0)