Skip to content

Commit 389bc35

Browse files
committed
fix: correct comment formatting in TestGenerateKnownNeedsExpressions
1 parent 2e2e452 commit 389bc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/workflow/known_needs_expressions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func TestGenerateKnownNeedsExpressions(t *testing.T) {
3232
"needs.pre_activation.outputs.matched_command", // No command trigger, so not included
3333
"needs.activation.outputs.text", // Activation is the current job
3434
"needs.agent.outputs.output", // Agent runs AFTER activation
35-
"needs.agent.outputs.detection_success", // Agent runs AFTER activation (detection is inline)
35+
"needs.agent.outputs.detection_success", // Agent runs AFTER activation (detection is inline)
3636
},
3737
},
3838
{

0 commit comments

Comments
 (0)