diff --git a/tests/test_hooks.py b/tests/test_hooks.py index 9f6016d..e3383fb 100644 --- a/tests/test_hooks.py +++ b/tests/test_hooks.py @@ -184,8 +184,7 @@ class TestHookManager: assert result.success is False - def test_uninstall_hook_no_file(self): - """Test uninstall fails when no hook file.""" + def test_uninstall_hook_no_file(self):n """Test uninstall fails when no hook file.""" with tempfile.TemporaryDirectory() as tmpdir: manager = HookManager(tmpdir)