Skip to content

Commit e84e732

Browse files
Phlogistiqueclaude
andcommitted
Reword test header: name the root cause, not the symptom
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 39856f9 commit e84e732

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_conflict_resolution_resume.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# Focus: the run that resumes after a user pushes a conflict resolution must
66
# recover its state from the marker left in the conflict comment, and must NOT
77
# mutate the PR when the recorded state no longer applies (no marker, or the user
8-
# manually retargeted the base). A previous version re-derived the state from
9-
# `gh pr list` and, on a long-lived base, pushed a merge built against a
10-
# non-existent branch before crashing.
8+
# manually retargeted the base). A previous version re-derived the base pull
9+
# request from the target branch, which made it sensitive to humans doing
10+
# unexpected things such as changing the base branch manually.
1111

1212
set -ueo pipefail
1313

0 commit comments

Comments
 (0)