Skip to content

Commit

Permalink
remove extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
THardy98 committed Jan 31, 2025
1 parent 10207d4 commit 7ef5751
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public void testSleepForDays() {
workflow.complete();
// Expect no more activity calls to have been made - workflow is complete.
verify(activities, times(4)).sendEmail(anyString());
;
// Expect more than 90 days to have passed.
long endTime = testWorkflowRule.getTestEnvironment().currentTimeMillis();
assertEquals(true, endTime - startTime > Duration.ofDays(90).toMillis());
Expand Down

0 comments on commit 7ef5751

Please sign in to comment.