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 02b968c commit c6f373fCopy full SHA for c6f373f
src/test/groovy/ru/mystamps/web/service/DatabaseImagePersistenceStrategyTest.groovy
@@ -115,6 +115,7 @@ class DatabaseImagePersistenceStrategyTest extends Specification {
115
result == null
116
}
117
118
+ @SuppressWarnings(['ClosureAsLastMethodParameter', 'UnnecessaryReturnKeyword'])
119
def "get() should return result from image data dao"() {
120
given:
121
Integer expectedImageId = imageInfoDto.id
@@ -147,6 +148,7 @@ class DatabaseImagePersistenceStrategyTest extends Specification {
147
148
149
150
151
152
def 'getPreview() should return result of image data dao'() {
153
154
0 commit comments