spelling: amended

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-15 20:10:32 -05:00
parent 12b482345b
commit 2524a8930c

View file

@ -797,7 +797,7 @@ def test_post_rewrite_integration(tempdir_factory, store):
assert not os.path.exists('post-rewrite.tmp') 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') assert os.path.exists('post-rewrite.tmp')