|
|
|
|
@ -643,7 +643,6 @@ class QuartzEndpointTests {
@@ -643,7 +643,6 @@ class QuartzEndpointTests {
|
|
|
|
|
Arguments.of(5, IntervalUnit.MINUTE, Duration.ofMinutes(5)), |
|
|
|
|
Arguments.of(1, IntervalUnit.MONTH, ChronoUnit.MONTHS.getDuration()), |
|
|
|
|
Arguments.of(30, IntervalUnit.SECOND, Duration.ofSeconds(30)), |
|
|
|
|
Arguments.of(100, IntervalUnit.MILLISECOND, Duration.ofMillis(100)), |
|
|
|
|
Arguments.of(1, IntervalUnit.WEEK, ChronoUnit.WEEKS.getDuration()), |
|
|
|
|
Arguments.of(1, IntervalUnit.YEAR, ChronoUnit.YEARS.getDuration())); |
|
|
|
|
} |
|
|
|
|
|