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 84482ec commit 8b4cd48Copy full SHA for 8b4cd48
internal/workflow_testsuite.go
@@ -551,7 +551,7 @@ func (t *TestWorkflowEnvironment) IsWorkflowCompleted() bool {
551
return t.impl.isTestCompleted
552
}
553
554
-// GetWorkflowResult extracts the encoded result from test workflow, it returns error if the extraction failed.
+// GetWorkflowResult extracts the encoded result from test workflow, it also returns error from test workflow.
555
func (t *TestWorkflowEnvironment) GetWorkflowResult(valuePtr interface{}) error {
556
if !t.impl.isTestCompleted {
557
panic("workflow is not completed")
0 commit comments