File tree 1 file changed +0
-23
lines changed
src/test/java/ru/mystamps/web/service
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 29
29
import ru .mystamps .web .feature .image .ImageDto ;
30
30
import ru .mystamps .web .feature .image .ImageInfoDto ;
31
31
import ru .mystamps .web .feature .participant .EntityWithIdDto ;
32
- import ru .mystamps .web .feature .series .SeriesFullInfoDto ;
33
32
import ru .mystamps .web .feature .series .SeriesInfoDto ;
34
33
import ru .mystamps .web .feature .series .importing .ImportRequestFullInfo ;
35
34
import ru .mystamps .web .feature .series .importing .sale .SeriesSaleParsedDataDto ;
@@ -130,28 +129,6 @@ public static SeriesInfoDto createSeriesInfoDto() {
130
129
);
131
130
}
132
131
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
-
155
132
public static CollectionInfoDto createCollectionInfoDto () {
156
133
return new CollectionInfoDto (Random .id (), Random .collectionSlug (), "Test User" );
157
134
}
You can’t perform that action at this time.
0 commit comments