sdk-go
sdk-go copied to clipboard
Improve UX for testing Workflow Update with the Workflow Test Environment
Is your feature request related to a problem? Please describe.
Improve UX for testing Workflow Update with the Workflow Test Environment. Currently users using the TestEnviorment have to implement the UpdateCallbacks
to assert the result of an update call
Describe the solution you'd like Provide helpers in the SDK for common update testing scenarios
Additional context https://github.com/temporalio/samples-go/blob/main/reqrespupdate/workflow_test.go#L40