Skip to content

Commit f19aee0

Browse files
committed
CollectionServiceImplTest: propagate Random.quantity().
Addressed to #300 No functional changes.
1 parent 1739c34 commit f19aee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/ru/mystamps/web/service/CollectionServiceImplTest.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class CollectionServiceImplTest extends Specification {
277277

278278
def 'findRecentlyCreated() should pass arguments to dao'() {
279279
given:
280-
int expectedQuantity = 4
280+
int expectedQuantity = Random.quantity()
281281
when:
282282
service.findRecentlyCreated(expectedQuantity)
283283
then:

0 commit comments

Comments
 (0)