fix: remove duplicate .gitea folder to resolve CI workflow conflict
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 17:10:01 +00:00
parent b6ef50d799
commit e0fcf440ee

View File

@@ -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)