We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114e6dc commit 7a04ca8Copy full SHA for 7a04ca8
src/test/java/ru/mystamps/web/service/CountryServiceTest.java
@@ -169,7 +169,7 @@ public void findAllShouldCallDao() {
169
expectedCountries.add(country1);
170
171
Country country2 = getCountry();
172
- country1.setName("Second Country");
+ country2.setName("Second Country");
173
expectedCountries.add(country2);
174
175
when(countryDao.findAll()).thenReturn(expectedCountries);
0 commit comments