fix: resolve CI issues - clean up unused imports and fix linting errors
Some checks failed
CI / test (push) Failing after 6s

This commit is contained in:
2026-02-04 19:06:16 +00:00
parent df72b5e819
commit f723146e51

View File

@@ -65,7 +65,8 @@ class TestChangelogGenerator:
assert "## Features" in result
assert "## Bug Fixes" in result
assert "**feat(api):** add endpoint" in result
assert "**feat(ui):** without placeholders"
assert "**feat(ui):** add button" in result
assert "**fix(db):** fix bug" in result
def test_generate_simple_no_commits_raises_error(self, changelog_generator):
"""Test that generate_simple raises error when no commits."""