Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hehaifengcn committed Jul 19, 2023
1 parent 10abc6d commit c5417f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func TestForceReplicationWorkflow_GenerateReplicationTaskNonRetryableError(t *te
Executions: []commonpb.WorkflowExecution{},
NextPageToken: nil, // last page
}, nil
}).Times(totalPageCount)
})

// Only expect GenerateReplicationTasks to execute once and workflow will then fail because of
// non-retryable error.
Expand Down

0 comments on commit c5417f9

Please sign in to comment.