File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/test/java/com/uber/cadence/samples/replaytests Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3131// workflowType in the first event of history).
3232public 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 (
You can’t perform that action at this time.
0 commit comments