Skip to content

Commit 9d2fbd4

Browse files
jawwad-aliclaude
andcommitted
docs(test): fix doubled apostrophe in persist-hint test docstring
Address review: the docstring rendered the documented output form as '<name>'' (two trailing apostrophes) instead of '<name>'. Docstring-only; the assertions were already correct. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 000e746 commit 9d2fbd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/extensions/git/test_git_extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def test_output_omits_has_git_to_match_bash(self, tmp_path: Path):
700700

701701
def test_persist_hint_matches_twins(self, tmp_path: Path):
702702
"""The non-JSON SPECIFY_FEATURE hint must use the '# To persist in your
703-
shell: $env:SPECIFY_FEATURE = '<name>'' form — matching the core
703+
shell: $env:SPECIFY_FEATURE = '<name>' form — matching the core
704704
create-new-feature.ps1 twin and the bash/python twins of this script —
705705
not the old 'environment variable set to:' wording (the env var is only
706706
set in this child process, so the actionable output is the persist hint)."""

0 commit comments

Comments
 (0)