Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekj720 committed May 21, 2024
1 parent dfda5d7 commit 680fdce
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@
// workflowType in the first event of history).
public class HelloActivityReplayTest {

//simple replayer test which checks the current workflow execution with the definition: should pass
// simple replayer test which checks the current workflow execution with the definition: should
// pass
@Test
public void testReplay() throws Exception {
WorkflowReplayer.replayWorkflowExecutionFromResource(
"replaytests/HelloActivity.json", HelloActivity.GreetingWorkflowImpl.class);
}

//continue-as-new case for replayer tests
// continue-as-new case for replayer tests
@Test
public void testReplay_continueAsNew() throws Exception {
WorkflowReplayer.replayWorkflowExecutionFromResource(
Expand Down

0 comments on commit 680fdce

Please sign in to comment.