We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10207d4 commit 7ef5751Copy full SHA for 7ef5751
core/src/test/java/io/temporal/samples/sleepfordays/SleepForDaysTest.java
@@ -73,7 +73,6 @@ public void testSleepForDays() {
73
workflow.complete();
74
// Expect no more activity calls to have been made - workflow is complete.
75
verify(activities, times(4)).sendEmail(anyString());
76
- ;
77
// Expect more than 90 days to have passed.
78
long endTime = testWorkflowRule.getTestEnvironment().currentTimeMillis();
79
assertEquals(true, endTime - startTime > Duration.ofDays(90).toMillis());
0 commit comments