We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0934674 commit 11784f1Copy full SHA for 11784f1
src/test/groovy/ru/mystamps/web/service/SeriesServiceImplTest.groovy
@@ -626,7 +626,7 @@ class SeriesServiceImplTest extends Specification {
626
627
def "countAddedSince() should invoke dao, pass argument and return result from dao"() {
628
given:
629
- Date expectedDate = new Date()
+ Date expectedDate = Random.date()
630
and:
631
long expectedResult = positiveLong()
632
when:
0 commit comments