From 6cf027282f4840857e98c2d9e792fad0dd69f0b7 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 5 Sep 2026 11:53:44 -0400 Subject: [PATCH] Update inspect snapshots for projected conclusion stages --- lib/apps/fabro-cli/tests/it/cmd/inspect.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/apps/fabro-cli/tests/it/cmd/inspect.rs b/lib/apps/fabro-cli/tests/it/cmd/inspect.rs index 56821fe45..0943f2230 100644 --- a/lib/apps/fabro-cli/tests/it/cmd/inspect.rs +++ b/lib/apps/fabro-cli/tests/it/cmd/inspect.rs @@ -386,7 +386,7 @@ fn inspect_completed_run_shows_run_start_conclusion_checkpoint() { "conclusion": { "status": "succeeded", "timing": "[TIMING]", - "stage_count": null + "stage_count": 3 }, "checkpoint": { "current_node": "report", @@ -458,7 +458,7 @@ fn inspect_completed_run_reads_store_without_disk_metadata_files() { "conclusion": { "status": "succeeded", "timing": "[TIMING]", - "stage_count": null + "stage_count": 3 }, "checkpoint": { "current_node": "report", @@ -518,7 +518,7 @@ fn inspect_git_backed_run_exposes_checkpoint_and_sandbox_state() { "status": "succeeded", "timing": "[TIMING]", "final_git_commit_sha": "[SHA]", - "stage_count": null + "stage_count": 3 }, "checkpoint": { "current_node": "step_two",