chore: drop placeholder mark

This commit is contained in:
aclist 2026-08-17 18:03:27 +09:00
parent 05fab5774e
commit b5105ca9f9

View File

@ -19,7 +19,6 @@ def count_hash(line: str) -> int:
return cnt
@pytest.mark.FOO
def test_changelog_prefix(changelog) -> None:
r = r".*(\[.*\]).*"
lines = changelog.splitlines()