Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/error_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ func Test_SignalExternalWorkflowExecutionFailedError(t *testing.T) {
InitiatedEventId: common.Int64Ptr(initiatedEventID),
Cause: shared.SignalExternalWorkflowExecutionFailedCauseUnknownExternalWorkflowExecution.Ptr(),
})
require.NoError(t, weh.handleSignalExternalWorkflowExecutionFailed(event))
weh.handleSignalExternalWorkflowExecutionFailed(event)
_, ok := actualErr.(*UnknownExternalWorkflowExecutionError)
require.True(t, ok)
}
Expand Down
Loading
Loading