diff --git a/workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/internal/WorkflowNode.kt b/workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/internal/WorkflowNode.kt index f73d2f374b..17dc3ff7d9 100644 --- a/workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/internal/WorkflowNode.kt +++ b/workflow-runtime/src/commonMain/kotlin/com/squareup/workflow1/internal/WorkflowNode.kt @@ -183,7 +183,7 @@ internal class WorkflowNode( key != it.key || resultType != it.resultType || !inputs.contentEquals(it.inputs), stackTraceKey = key ) { - "Expected combination of key, inputs and result type to be unique: \"$key\"" + "Expected unique combination of key, input types and result type: \"$key\"" } }