We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11784f1 commit da81886Copy full SHA for da81886
src/test/groovy/ru/mystamps/web/service/SeriesServiceImplTest.groovy
@@ -727,7 +727,7 @@ class SeriesServiceImplTest extends Specification {
727
List<String> expectedGibbonsNumbers = [ '7', '8' ]
728
List<String> expectedZagorskiNumbers = Random.zagorskiNumbers().toList()
729
List<String> expectedSolovyovNumbers = Random.solovyovNumbers().toList()
730
- List<Integer> expectedImageIds = [ 9, 10 ]
+ List<Integer> expectedImageIds = Random.listOfIntegers()
731
when:
732
SeriesDto result = service.findFullInfoById(expectedSeriesId, expectedLang)
733
then:
0 commit comments