diff --git a/tests/commands/install_uninstall_test.py b/tests/commands/install_uninstall_test.py index 0b2e248b..93c20a32 100644 --- a/tests/commands/install_uninstall_test.py +++ b/tests/commands/install_uninstall_test.py @@ -797,7 +797,7 @@ def test_post_rewrite_integration(tempdir_factory, store): assert not os.path.exists('post-rewrite.tmp') - git_commit('--amend', '-m', 'ammended message') + git_commit('--amend', '-m', 'amended message') assert os.path.exists('post-rewrite.tmp')