Update tests/test_utils_get_adj.py
Run CI Tests / test (push) Successful in 51s

This commit is contained in:
2025-07-31 21:31:38 +02:00
parent e7f80fe52e
commit 510707f30f
+1 -1
View File
@@ -8,7 +8,7 @@ from slic.utils.get_adj import *
@pytest.fixture(autouse=True)
def cleanup_adjustables():
yield
instances(Adjustable).clear()
instances(SubAdjustable).clear()
class SubAdjustable(Adjustable):
def __init__(self, *a, **kw):