Skip to content

Commit 321ce5b

Browse files
committed
TestObjects: propagate Random.issueYear().
Addressed to #300 No functional changes.
1 parent 4eb81af commit 321ce5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/ru/mystamps/web/service/TestObjects.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static SeriesInfoDto createSeriesInfoDto() {
118118
Random.id(),
119119
Random.id(), "test-category", "Test Category",
120120
Random.id(), "test-country", "Test Country",
121-
15, 10, 2000,
121+
15, 10, Random.issueYear(),
122122
16,
123123
bool()
124124
);

0 commit comments

Comments
 (0)