File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/test/java/ru/mystamps/web/service Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 2424import ru .mystamps .web .feature .account .UserDetails ;
2525import ru .mystamps .web .feature .account .UsersActivationDto ;
2626import ru .mystamps .web .feature .account .UsersActivationFullDto ;
27- import ru .mystamps .web .feature .collection .CollectionInfoDto ;
2827import ru .mystamps .web .feature .collection .SeriesInCollectionWithPriceDto ;
2928import ru .mystamps .web .feature .image .ImageDto ;
3029import ru .mystamps .web .feature .image .ImageInfoDto ;
@@ -129,10 +128,6 @@ public static SeriesInfoDto createSeriesInfoDto() {
129128 );
130129 }
131130
132- public static CollectionInfoDto createCollectionInfoDto () {
133- return new CollectionInfoDto (Random .id (), Random .collectionSlug (), "Test User" );
134- }
135-
136131 public static SeriesInCollectionWithPriceDto createSeriesInCollectionWithPriceDto () {
137132 return new SeriesInCollectionWithPriceDto (
138133 Random .id (),
You can’t perform that action at this time.
0 commit comments