Skip to content

Commit 1fdf4a4

Browse files
authored
test updates (#12361)
1 parent 6bf9937 commit 1fdf4a4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pkg/campaign/orchestrator_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ func TestBuildOrchestrator_CompletionInstructions(t *testing.T) {
7676
t.Fatalf("expected non-nil WorkflowData")
7777
}
7878

79-
// Governed invariant: completion is reported explicitly in Step 4.
79+
// Governed invariant: completion is reported explicitly in Step 5.
8080
expectedPhrases := []string{
81-
"### Step 4 — Report",
82-
"completion state (work items only)",
81+
"### Step 5 — Report",
82+
"**Completion:**",
8383
}
8484
for _, expected := range expectedPhrases {
8585
if !strings.Contains(data.MarkdownContent, expected) {

pkg/campaign/template_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func TestRenderClosingInstructions(t *testing.T) {
157157
"Execute all four steps in strict order",
158158
"Read State (no writes)",
159159
"Make Decisions (no writes)",
160-
"Dispatch Workers (dispatch-workflow only)",
160+
"Apply Updates (writes)",
161161
"Report",
162162
"Workers are immutable and campaign-agnostic",
163163
"GitHub Project board is the single source of truth",

0 commit comments

Comments
 (0)