diff --git a/tests/fixtures/repos/git_flow/repo_w_2_release_channels.py b/tests/fixtures/repos/git_flow/repo_w_2_release_channels.py index 4e03ebda4..7e47a6955 100644 --- a/tests/fixtures/repos/git_flow/repo_w_2_release_channels.py +++ b/tests/fixtures/repos/git_flow/repo_w_2_release_channels.py @@ -39,7 +39,7 @@ def get_commits_for_git_flow_repo_with_2_release_channels() -> GetRepoDefinition "changelog_sections": { "angular": [{"section": "Unknown", "i_commits": [0]}], "emoji": [{"section": "Other", "i_commits": [0]}], - "scipy": [{"section": "None", "i_commits": [0]}], + "scipy": [{"section": "Unknown", "i_commits": [0]}], "tag": [{"section": "Unknown", "i_commits": [0]}], }, "commits": [ diff --git a/tests/fixtures/repos/trunk_based_dev/repo_w_no_tags.py b/tests/fixtures/repos/trunk_based_dev/repo_w_no_tags.py index 5ee445a1d..cf18418dc 100644 --- a/tests/fixtures/repos/trunk_based_dev/repo_w_no_tags.py +++ b/tests/fixtures/repos/trunk_based_dev/repo_w_no_tags.py @@ -45,18 +45,18 @@ def get_commits_for_trunk_only_repo_w_no_tags() -> GetRepoDefinitionFn: {"section": "Unknown", "i_commits": [0]}, ], "emoji": [ - {"section": ":bug:", "i_commits": [1, 3]}, + {"section": ":bug:", "i_commits": [3, 1]}, {"section": ":sparkles:", "i_commits": [2]}, {"section": "Other", "i_commits": [0]}, ], "scipy": [ {"section": "Feature", "i_commits": [2]}, - {"section": "Fix", "i_commits": [1, 3]}, + {"section": "Fix", "i_commits": [3, 1]}, {"section": "None", "i_commits": [0]}, ], "tag": [ {"section": "Feature", "i_commits": [2]}, - {"section": "Fix", "i_commits": [1, 3]}, + {"section": "Fix", "i_commits": [3, 1]}, {"section": "Unknown", "i_commits": [0]}, ], }, diff --git a/tests/fixtures/repos/trunk_based_dev/repo_w_prereleases.py b/tests/fixtures/repos/trunk_based_dev/repo_w_prereleases.py index 496f15940..b013dcee5 100644 --- a/tests/fixtures/repos/trunk_based_dev/repo_w_prereleases.py +++ b/tests/fixtures/repos/trunk_based_dev/repo_w_prereleases.py @@ -39,7 +39,7 @@ def get_commits_for_trunk_only_repo_w_prerelease_tags() -> GetRepoDefinitionFn: "changelog_sections": { "angular": [{"section": "Unknown", "i_commits": [0]}], "emoji": [{"section": "Other", "i_commits": [0]}], - "scipy": [{"section": "None", "i_commits": [0]}], + "scipy": [{"section": "Unknown", "i_commits": [0]}], "tag": [{"section": "Unknown", "i_commits": [0]}], }, "commits": [