Skip to content

Commit 62c8a07

Browse files
committed
TestObjects: propagate bool().
Addressed to #300 No functional changes.
1 parent 32f6a20 commit 62c8a07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
import ru.mystamps.web.tests.Random;
2727
import ru.mystamps.web.util.SlugUtils;
2828

29+
import static io.qala.datagen.RandomShortApi.bool;
30+
2931
public final class TestObjects {
3032
public static final String TEST_ACTIVITY_TYPE = "EventType";
3133
public static final String TEST_ACTIVITY_PAGE = "http://example.org/some/page";
@@ -119,7 +121,7 @@ public static SeriesInfoDto createSeriesInfoDto() {
119121
Random.id(), "test-country", "Test Country",
120122
15, 10, 2000,
121123
16,
122-
true
124+
bool()
123125
);
124126
}
125127

0 commit comments

Comments
 (0)