From 0951cec506aacaa75470c3cdc4f20a5bbc0fcea2 Mon Sep 17 00:00:00 2001 From: Jared O'Connell Date: Tue, 10 Dec 2024 19:57:07 -0500 Subject: [PATCH] Update comment --- workflow/workflow_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/workflow_test.go b/workflow/workflow_test.go index bc5cd47..1c4c67e 100644 --- a/workflow/workflow_test.go +++ b/workflow/workflow_test.go @@ -1464,7 +1464,7 @@ outputs: ` func TestMultiStepWaitForGracefullyDisabledStepWorkflow(t *testing.T) { - // Run a workflow where two steps can be disabled, and the second step only waits for one. + // Run a workflow where two steps can be disabled, and the second step only waits for one of either. preparedWorkflow := assert.NoErrorR[workflow.ExecutableWorkflow](t)( getTestImplPreparedWorkflow(t, multiStepGracefullyDisabledStepWorkflow), )