Skip to content

Commit 85b1f90

Browse files
test: Remove another redundant assertion
1 parent fbee607 commit 85b1f90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/commands/test_bump_command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,6 @@ def test_changelog_merge_prerelease_no_prereleases_to_merge(
15691569
with changelog_path.open() as f:
15701570
out = f.read()
15711571

1572-
assert "## 0.1.0 (1970-01-01)" in out
15731572
file_regression.check(out, extension=".md")
15741573

15751574

0 commit comments

Comments
 (0)