Skip to content

Commit f644bae

Browse files
committed
test(changelog): fix test_changelog_incremental_with_merge_prerelease issue with freeze_time
Signed-off-by: apkawa <apkawa@gmail.com>
1 parent 59d1432 commit f644bae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/commands/test_changelog_command.py

+1
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ def test_changelog_release_candidate_version_with_merge_prerelease(
696696

697697
@pytest.mark.parametrize("test_input", ["rc", "alpha", "beta"])
698698
@pytest.mark.usefixtures("tmp_commitizen_project")
699+
@pytest.mark.freeze_time("2023-04-16")
699700
def test_changelog_incremental_with_merge_prerelease(
700701
mocker: MockFixture, changelog_path, file_regression, test_input
701702
):

0 commit comments

Comments
 (0)