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 b524b6d commit 22064d2Copy full SHA for 22064d2
src/test/groovy/ru/mystamps/web/service/CountryServiceImplTest.groovy
@@ -88,9 +88,9 @@ class CountryServiceImplTest extends Specification {
88
given:
89
Integer expectedId = 7
90
and:
91
- form.setName("Example Country")
+ form.setName('Example Country')
92
93
- String expectedSlug = "example-country"
+ String expectedSlug = 'example-country'
94
95
jdbcCountryDao.add(_ as AddCountryDbDto) >> expectedId
96
0 commit comments