Skip to content

Commit 91cfb94

Browse files
test(bump): remove zero-width space from DEPENDABOT_BODY fixture
Replaced the invisible U+200B in '@actions/artifact' with plain ASCII so the fixture is readable, greppable, and produces clean diffs. Test still asserts the regression (type tokens in commit body don't trigger a bump). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 38b02dc commit 91cfb94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_bump_find_increment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def test_find_increment_sve(messages, expected_type):
133133
"<summary>Commits</summary>\n"
134134
"<ul>\n"
135135
'<li><a href="...">b5b1a91</a>\n'
136-
"fix: update <code>@actions/artifact</code> to ^5.0.0 for Node.js 24\n"
136+
"fix: update <code>@actions/artifact</code> to ^5.0.0 for Node.js 24\n"
137137
"punycode fix</li>\n"
138138
'<li><a href="...">5f643d3</a>\n'
139139
"chore: update license files</li>\n"

0 commit comments

Comments
 (0)