From 544d4a060307dce4132be699ad61683a69943978 Mon Sep 17 00:00:00 2001 From: cndgrr <59120057+cndgrr@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:29:21 +0000 Subject: [PATCH] style(test): separate the merge-order block from the offsite decisions Refs #242 --- test/issueflow-reconcile.test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/issueflow-reconcile.test.sh b/test/issueflow-reconcile.test.sh index 4e7e95d..c389e3f 100644 --- a/test/issueflow-reconcile.test.sh +++ b/test/issueflow-reconcile.test.sh @@ -143,6 +143,7 @@ check "the sweep still issues exactly two GraphQL queries" 0 "2" \ check "...with mergedAt selected on the merged-PR node it already fetched" 0 "" \ grep -qF 'nodes { number mergedAt body }' \ "$ROOT/actions/issueflow-reconcile/issueflow-reconcile.sh" + check "one closed offsite PR nudges" 0 "NUDGE" offsite_resolved_decision <<<"CLOSED" check "two closed offsite PRs nudge" 0 "NUDGE" offsite_resolved_decision <<< $'CLOSED\nCLOSED' check "one open offsite PR keeps quiet" 0 "QUIET" offsite_resolved_decision <<< $'CLOSED\nOPEN'