Update tests/test_utils_shortcut.py
Run CI Tests / test (push) Successful in 2m30s

This commit is contained in:
2025-08-29 16:50:33 +02:00
parent aa4df2d0b2
commit 210fb553a1
-1
View File
@@ -6,7 +6,6 @@ from slic.utils.shortcut import Shortcut, as_shortcut, shortcuts, Registry
@pytest.fixture(autouse=True)
def reset_shortcuts():
# Si cest bien un Registry, il suffit de clear ses données
shortcuts._get().clear()
yield
shortcuts._get().clear()