We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ebb79 commit ec03f2eCopy full SHA for ec03f2e
tests/test_changelog.py
@@ -1,8 +1,8 @@
1
import re
2
from dataclasses import dataclass
3
from pathlib import Path
4
-from unittest.mock import Mock
5
from typing import Any, Optional
+from unittest.mock import Mock
6
7
import pytest
8
from jinja2 import FileSystemLoader
@@ -1638,7 +1638,7 @@ def test_tags_rules_get_version_tags(capsys: pytest.CaptureFixture):
1638
1639
def test_changelog_file_name_from_args_and_config():
1640
mock_config = Mock(spec=BaseConfig)
1641
- mock_config.path.parent = "/my/project/"
+ mock_config.path.parent = "/my/project"
1642
mock_config.settings = {
1643
"name": "cz_conventional_commits",
1644
"changelog_file": "CHANGELOG.md",
0 commit comments