File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
src/test/java/ru/mystamps/web/service Expand file tree Collapse file tree 1 file changed +0
-14
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 .SeriesInCollectionWithPriceDto ;
2827import ru .mystamps .web .feature .image .ImageDto ;
2928import ru .mystamps .web .feature .image .ImageInfoDto ;
3029import ru .mystamps .web .feature .participant .EntityWithIdDto ;
@@ -128,19 +127,6 @@ public static SeriesInfoDto createSeriesInfoDto() {
128127 );
129128 }
130129
131- public static SeriesInCollectionWithPriceDto createSeriesInCollectionWithPriceDto () {
132- return new SeriesInCollectionWithPriceDto (
133- Random .id (),
134- Random .issueYear (),
135- Random .quantity (),
136- Random .quantity (),
137- Random .perforated (),
138- Random .countryName (),
139- Random .price (),
140- Random .currency ()
141- );
142- }
143-
144130 public static SuspiciousActivityDto createSuspiciousActivityDto () {
145131 return new SuspiciousActivityDto (
146132 TEST_ACTIVITY_TYPE ,
You can’t perform that action at this time.
0 commit comments