Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Jul 17, 2023
1 parent ff6b20a commit 49e0a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/internal_workflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ func (s *WorkflowUnitTest) Test_MutatingFunctionsInUpdateValidator() {
}
env.RegisterWorkflow(wf)
env.RegisterDelayedCallback(func() {
env.UpdateWorkflow(updateType, &updateCallback{
env.UpdateWorkflow(updateType, "testID", &updateCallback{
reject: func(err error) {
s.Error(err)
},
Expand Down

0 comments on commit 49e0a71

Please sign in to comment.