File tree 1 file changed +0
-5
lines changed
src/test/java/ru/mystamps/web/service
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 24
24
import ru .mystamps .web .feature .account .UserDetails ;
25
25
import ru .mystamps .web .feature .account .UsersActivationDto ;
26
26
import ru .mystamps .web .feature .account .UsersActivationFullDto ;
27
- import ru .mystamps .web .feature .collection .CollectionInfoDto ;
28
27
import ru .mystamps .web .feature .collection .SeriesInCollectionWithPriceDto ;
29
28
import ru .mystamps .web .feature .image .ImageDto ;
30
29
import ru .mystamps .web .feature .image .ImageInfoDto ;
@@ -129,10 +128,6 @@ public static SeriesInfoDto createSeriesInfoDto() {
129
128
);
130
129
}
131
130
132
- public static CollectionInfoDto createCollectionInfoDto () {
133
- return new CollectionInfoDto (Random .id (), Random .collectionSlug (), "Test User" );
134
- }
135
-
136
131
public static SeriesInCollectionWithPriceDto createSeriesInCollectionWithPriceDto () {
137
132
return new SeriesInCollectionWithPriceDto (
138
133
Random .id (),
You can’t perform that action at this time.
0 commit comments