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 296ffb8 commit 2676eabCopy full SHA for 2676eab
src/test/groovy/ru/mystamps/web/service/ImageServiceImplTest.groovy
@@ -120,7 +120,7 @@ class ImageServiceImplTest extends Specification {
120
given:
121
ImageInfoDto image = TestObjects.createImageInfoDto()
122
when:
123
- String url = service.save(multipartFile)
+ service.save(multipartFile)
124
then:
125
imageDao.add(_ as String) >> image.id
126
and:
0 commit comments