File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
src/test/java/ru/mystamps/web/service Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 2929import ru .mystamps .web .feature .image .ImageDto ;
3030import ru .mystamps .web .feature .image .ImageInfoDto ;
3131import ru .mystamps .web .feature .participant .EntityWithIdDto ;
32- import ru .mystamps .web .feature .series .SeriesFullInfoDto ;
3332import ru .mystamps .web .feature .series .SeriesInfoDto ;
3433import ru .mystamps .web .feature .series .importing .ImportRequestFullInfo ;
3534import ru .mystamps .web .feature .series .importing .sale .SeriesSaleParsedDataDto ;
@@ -130,28 +129,6 @@ public static SeriesInfoDto createSeriesInfoDto() {
130129 );
131130 }
132131
133- public static SeriesFullInfoDto createSeriesFullInfoDto () {
134- SeriesInfoDto info = createSeriesInfoDto ();
135- return new SeriesFullInfoDto (
136- info .getId (),
137- info .getCategory (),
138- info .getCountry (),
139- Random .dayOfMonth (),
140- Random .monthOfYear (),
141- info .getReleaseYear (),
142- info .getQuantity (),
143- info .getPerforated (),
144- "this is a full info" ,
145- Random .userId (),
146- nullOr (Random .price ()),
147- nullOr (Random .price ()),
148- nullOr (Random .price ()),
149- nullOr (Random .price ()),
150- nullOr (Random .price ()),
151- nullOr (Random .price ())
152- );
153- }
154-
155132 public static CollectionInfoDto createCollectionInfoDto () {
156133 return new CollectionInfoDto (Random .id (), Random .collectionSlug (), "Test User" );
157134 }
You can’t perform that action at this time.
0 commit comments