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 9e6152f commit 1165ed2Copy full SHA for 1165ed2
src/test/groovy/ru/mystamps/web/service/CountryServiceImplTest.groovy
@@ -196,7 +196,7 @@ class CountryServiceImplTest extends Specification {
196
and:
197
LinkEntityDto expectedDto = TestObjects.createLinkEntityDto()
198
when:
199
- LinkEntityDto actualDto = service.findOneAsLinkEntity(expectedSlug, 'fr')
+ LinkEntityDto actualDto = service.findOneAsLinkEntity(expectedSlug, expectedLang)
200
then:
201
1 * countryDao.findOneAsLinkEntity(
202
{ String countrySlug ->
0 commit comments