We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acabfc commit 88ce689Copy full SHA for 88ce689
src/test/java/ru/mystamps/web/tests/Random.java
@@ -76,7 +76,7 @@ public static Date date() {
76
try {
77
78
SimpleDateFormat fmt = new SimpleDateFormat("yyyy-MM-dd");
79
- return between(fmt.parse("2017-01-01"), fmt.parse("2017-21-20")).date();
+ return between(fmt.parse("2017-01-01"), fmt.parse("2017-12-20")).date();
80
81
} catch (ParseException e) {
82
throw new RuntimeException(e);
0 commit comments