Skip to content

Commit f14c4f3

Browse files
committed
Remove resolved TODO in tester.go scheduleSubWorkflow
1 parent 65e48c8 commit f14c4f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tester/tester.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,6 @@ func (wt *workflowTester[TResult]) addWorkflow(instance *core.WorkflowInstance,
814814
func (wt *workflowTester[TResult]) scheduleSubWorkflow(event *history.WorkflowEvent) {
815815
a := event.HistoryEvent.Attributes.(*history.ExecutionStartedAttributes)
816816

817-
// TODO: Right location to call handler?
818817
if wt.subWorkflowListener != nil {
819818
wt.subWorkflowListener(event.WorkflowInstance, a.Name)
820819
}

0 commit comments

Comments
 (0)