File tree 1 file changed +2
-2
lines changed
src/test/java/ru/mystamps/web/service
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
24
24
// CheckStyle: ignore AvoidStarImportCheck for next 1 line
25
25
import ru .mystamps .web .dao .dto .*;
26
+ import ru .mystamps .web .tests .Random ;
26
27
27
28
final class TestObjects {
28
29
public static final String TEST_ACTIVITY_TYPE = "EventType" ;
@@ -33,7 +34,6 @@ final class TestObjects {
33
34
public static final String TEST_ACTIVITY_REFERER = "http://example.org/referer" ;
34
35
public static final String TEST_ACTIVITY_AGENT = "Some browser" ;
35
36
36
- public static final Integer TEST_USER_ID = 777 ;
37
37
public static final String TEST_EMAIL =
"[email protected] " ;
38
38
public static final String TEST_ACTIVATION_KEY = "1234567890" ;
39
39
@@ -133,7 +133,7 @@ public static SeriesFullInfoDto createSeriesFullInfoDto() {
133
133
info .getQuantity (),
134
134
info .getPerforated (),
135
135
"this is a full info" ,
136
- TEST_USER_ID ,
136
+ Random . userId () ,
137
137
TEST_PRICE , Currency .EUR .toString (),
138
138
TEST_PRICE , Currency .USD .toString (),
139
139
TEST_PRICE , Currency .EUR .toString (),
You can’t perform that action at this time.
0 commit comments