Skip to content

Commit e3eb6c5

Browse files
committed
ImageServiceImplTest: update forgotten method signature.
Correction for b19bcef commit. No functional changes.
1 parent 860047d commit e3eb6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/ru/mystamps/web/service/ImageServiceImplTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class ImageServiceImplTest extends Specification {
118118
then:
119119
imageDao.save(_ as Image) >> null
120120
and:
121-
0 * imagePersistenceStrategy.save(_ as MultipartFile, _ as Image)
121+
0 * imagePersistenceStrategy.save(_ as MultipartFile, _ as ImageInfoDto)
122122
and:
123123
thrown ImagePersistenceException
124124
}

0 commit comments

Comments
 (0)