Skip to content

Commit 680fdce

Browse files
committed
format
1 parent dfda5d7 commit 680fdce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/java/com/uber/cadence/samples/replaytests/HelloActivityReplayTest.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@
3131
// workflowType in the first event of history).
3232
public class HelloActivityReplayTest {
3333

34-
//simple replayer test which checks the current workflow execution with the definition: should pass
34+
// simple replayer test which checks the current workflow execution with the definition: should
35+
// pass
3536
@Test
3637
public void testReplay() throws Exception {
3738
WorkflowReplayer.replayWorkflowExecutionFromResource(
3839
"replaytests/HelloActivity.json", HelloActivity.GreetingWorkflowImpl.class);
3940
}
4041

41-
//continue-as-new case for replayer tests
42+
// continue-as-new case for replayer tests
4243
@Test
4344
public void testReplay_continueAsNew() throws Exception {
4445
WorkflowReplayer.replayWorkflowExecutionFromResource(

0 commit comments

Comments
 (0)