We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463a971 commit f3dc42eCopy full SHA for f3dc42e
internal/internal_event_handlers_test.go
@@ -244,6 +244,8 @@ func Test_UpsertMemo(t *testing.T) {
244
env := &workflowEnvironmentImpl{
245
commandsHelper: helper,
246
workflowInfo: GetWorkflowInfo(ctx),
247
+ sdkFlags: newSDKFlags(nil),
248
+ dataConverter: converter.GetDefaultDataConverter(),
249
}
250
helper.setCurrentWorkflowTaskStartedEventID(4)
251
err := env.UpsertMemo(nil)
0 commit comments