Skip to content

Commit

Permalink
test(changelog): fix test_changelog_incremental_with_merge_prerelease…
Browse files Browse the repository at this point in the history
… issue with freeze_time

Signed-off-by: apkawa <[email protected]>

commitizen-tools#703
  • Loading branch information
actions-user committed Apr 18, 2023
1 parent 840d9b8 commit 77c19c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/commands/test_changelog_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ def test_changelog_release_candidate_version_with_merge_prerelease(

@pytest.mark.parametrize("test_input", ["rc", "alpha", "beta"])
@pytest.mark.usefixtures("tmp_commitizen_project")
@pytest.mark.freeze_time("2023-04-16")
def test_changelog_incremental_with_merge_prerelease(
mocker: MockFixture, changelog_path, file_regression, test_input
):
Expand Down

0 comments on commit 77c19c4

Please sign in to comment.