File tree 1 file changed +0
-14
lines changed
src/test/java/ru/mystamps/web/service
1 file changed +0
-14
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 .SeriesInCollectionWithPriceDto ;
28
27
import ru .mystamps .web .feature .image .ImageDto ;
29
28
import ru .mystamps .web .feature .image .ImageInfoDto ;
30
29
import ru .mystamps .web .feature .participant .EntityWithIdDto ;
@@ -128,19 +127,6 @@ public static SeriesInfoDto createSeriesInfoDto() {
128
127
);
129
128
}
130
129
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
-
144
130
public static SuspiciousActivityDto createSuspiciousActivityDto () {
145
131
return new SuspiciousActivityDto (
146
132
TEST_ACTIVITY_TYPE ,
You can’t perform that action at this time.
0 commit comments