fix: remove duplicate .gitea folder to resolve CI workflow conflict
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user