From 8efdb34bf387c5ecf3e8350082b7d818bd39f7cd Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 15 Jan 2022 20:10:32 -0500 Subject: [PATCH] spelling: disappearing Signed-off-by: Josh Soref --- tests/commands/autoupdate_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/autoupdate_test.py b/tests/commands/autoupdate_test.py index 7316eb97..9f873697 100644 --- a/tests/commands/autoupdate_test.py +++ b/tests/commands/autoupdate_test.py @@ -401,7 +401,7 @@ def test_autoupdate_latest_no_config(out_of_date, in_tmpdir, store): assert out_of_date.original_rev in f.read() -def test_hook_disppearing_repo_raises(hook_disappearing, store): +def test_hook_disappearing_repo_raises(hook_disappearing, store): config = make_config_from_repo( hook_disappearing.path, rev=hook_disappearing.original_rev,