Skip to content

Commit

Permalink
fix(test): add missing test annotation
Browse files Browse the repository at this point in the history
related to camunda#2570
  • Loading branch information
yanavasileva committed Aug 28, 2023
1 parent feebef3 commit b5be525
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,7 @@ public void shouldReevaluateRepeatingToCronTimerCycle() throws Exception {
.isEqualToIgnoringMinutes(new Date(ClockUtil.getCurrentTime().getTime() + TWO_HOURS));
}

@Test
public void shouldReevaluateCronToRepeatigTimerCycle() throws Exception {
// given
ClockUtil.setCurrentTime(new Date(1692338400000l)); //"2023/8/18 8:00:00"
Expand Down

0 comments on commit b5be525

Please sign in to comment.