Skip to content

Commit

Permalink
Fix check.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Jun 28, 2020
1 parent 7cbf6c4 commit abe652c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/replaytests/workflows.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (
"go.temporal.io/temporal/workflow"
)

// Workflow1 test workflow
func Workflow1(ctx workflow.Context, name string) error {
ao := workflow.ActivityOptions{
ScheduleToStartTimeout: time.Minute,
Expand Down Expand Up @@ -77,6 +78,7 @@ func Workflow1(ctx workflow.Context, name string) error {
return nil
}

// Workflow2 test workflow
func Workflow2(ctx workflow.Context, name string) error {
ao := workflow.ActivityOptions{
ScheduleToStartTimeout: time.Minute,
Expand Down

0 comments on commit abe652c

Please sign in to comment.