Skip to content

Commit 7ef5751

Browse files
committed
remove extra semicolon
1 parent 10207d4 commit 7ef5751

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/test/java/io/temporal/samples/sleepfordays/SleepForDaysTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public void testSleepForDays() {
7373
workflow.complete();
7474
// Expect no more activity calls to have been made - workflow is complete.
7575
verify(activities, times(4)).sendEmail(anyString());
76-
;
7776
// Expect more than 90 days to have passed.
7877
long endTime = testWorkflowRule.getTestEnvironment().currentTimeMillis();
7978
assertEquals(true, endTime - startTime > Duration.ofDays(90).toMillis());

0 commit comments

Comments
 (0)