Skip to content

Commit 246fe0a

Browse files
committed
Fix black formatting in test
Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 13abb9a commit 246fe0a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pulp_gem/tests/unit/test_spec.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ def test_version_includes():
2727
def test_read_info_colon_in_value(tmp_path):
2828
info_file = tmp_path / "info"
2929
info_file.write_text(
30-
"---\n"
31-
"7.0.1 activesupport:= 7.0.1|checksum:abc123,ruby:>= 2.7.0,rubygems:>= 1.8.11\n"
30+
"---\n7.0.1 activesupport:= 7.0.1|checksum:abc123,ruby:>= 2.7.0,rubygems:>= 1.8.11\n"
3231
)
3332
versions_info = {"7.0.1": {"version": "7.0.1", "platform": "ruby", "prerelease": False}}
3433

0 commit comments

Comments
 (0)