Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d18f41

Browse files
committedMay 13, 2017
DatabaseImagePersistenceStrategyTest: update test for save().
Should be in 5937d16 commit. Addressed to #387 No functional changes.
1 parent 808c308 commit 0d18f41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/test/groovy/ru/mystamps/web/service/DatabaseImagePersistenceStrategyTest.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class DatabaseImagePersistenceStrategyTest extends Specification {
6464
1 * imageDataDao.add({ AddImageDataDbDto imageData ->
6565
assert imageData?.imageId == expectedImageId
6666
assert imageData?.content == expected
67+
assert imageData?.preview == false
6768
return true
6869
})
6970
}

0 commit comments

Comments
 (0)
Please sign in to comment.