We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01eafe commit 1739c34Copy full SHA for 1739c34
src/test/groovy/ru/mystamps/web/service/CollectionServiceImplTest.groovy
@@ -17,6 +17,7 @@
17
*/
18
package ru.mystamps.web.service
19
20
+import static io.qala.datagen.RandomShortApi.bool
21
import static io.qala.datagen.RandomShortApi.positiveLong
22
23
import spock.lang.Specification
@@ -211,7 +212,7 @@ class CollectionServiceImplTest extends Specification {
211
212
and:
213
Integer expectedSeriesId = Random.id()
214
- boolean expectedResult = true
215
+ boolean expectedResult = bool()
216
when:
217
boolean serviceResult = service.isSeriesInCollection(expectedUserId, expectedSeriesId)
218
then:
0 commit comments