Skip to content

Commit 76894d6

Browse files
committed
test: remove tests for CollectionServiceImpl class
The following issue won't be fixed: Closes #1194 Closes #1614 Part of #1668
1 parent 95bfe50 commit 76894d6

File tree

2 files changed

+0
-464
lines changed

2 files changed

+0
-464
lines changed

src/main/java/ru/mystamps/web/feature/collection/CollectionServiceImpl.java

-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public boolean isSeriesInCollection(Integer userId, Integer seriesId) {
131131
return collectionDao.isSeriesInUserCollection(userId, seriesId);
132132
}
133133

134-
// @todo #1123 CollectionService.findSeriesInstances(): add unit tests
135134
@Override
136135
@Transactional(readOnly = true)
137136
@PreAuthorize(HasAuthority.UPDATE_COLLECTION)
@@ -208,7 +207,6 @@ public CollectionInfoDto findBySlug(String slug) {
208207
return collectionDao.findCollectionInfoBySlug(slug);
209208
}
210209

211-
// @todo #1605 CollectionService.findAllForSitemap(): add unit tests
212210
@Override
213211
@Transactional(readOnly = true)
214212
public List<SitemapInfoDto> findAllForSitemap() {

0 commit comments

Comments
 (0)