@@ -437,7 +437,7 @@ def test_bump_on_git_with_hooks_no_verify_enabled(mocker: MockFixture):
437
437
438
438
439
439
@pytest .mark .usefixtures ("tmp_commitizen_project" )
440
- def test_bump_when_bumpping_is_not_support (mocker : MockFixture ):
440
+ def test_bump_when_bumping_is_not_support (mocker : MockFixture ):
441
441
create_file_and_commit (
442
442
"feat: new user interface\n \n BREAKING CHANGE: age is no longer supported"
443
443
)
@@ -1285,7 +1285,7 @@ def test_bump_command_version_scheme_priority_over_version_type(mocker: MockFixt
1285
1285
),
1286
1286
),
1287
1287
)
1288
- def test_bump_template_option_precedance (
1288
+ def test_bump_template_option_precedence (
1289
1289
mocker : MockFixture ,
1290
1290
tmp_commitizen_project : Path ,
1291
1291
any_changelog_format : ChangelogFormat ,
@@ -1327,7 +1327,7 @@ def test_bump_template_option_precedance(
1327
1327
assert out == expected
1328
1328
1329
1329
1330
- def test_bump_template_extras_precedance (
1330
+ def test_bump_template_extras_precedence (
1331
1331
mocker : MockFixture ,
1332
1332
tmp_commitizen_project : Path ,
1333
1333
any_changelog_format : ChangelogFormat ,
0 commit comments