Skip to content

Commit

Permalink
add print and rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carlydf committed Nov 30, 2024
1 parent e6ec3df commit b217ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/testing/taskpoller/taskpoller.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ func (p *workflowTaskPoller) pollTask(
}

var events []*historypb.HistoryEvent
fmt.Printf("\n\n\nCARLY DEBUG resp: %+v\n\n\n", resp)
history := resp.History
if history == nil {
return nil, errors.New("history is nil")
Expand Down
2 changes: 1 addition & 1 deletion tests/child_workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestChildWorkflowSuite(t *testing.T) {
suite.Run(t, new(ChildWorkflowSuite))
}

func (s *ChildWorkflowSuite) TestChildWorkflowExecution() {
func (s *ChildWorkflowSuite) TestChildWorkflowExecution_NoOverride() {
s.testChildWorkflowExecution(nil)
}

Expand Down

0 comments on commit b217ae6

Please sign in to comment.