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

This commit is contained in:
2025-07-31 21:37:19 +02:00
parent 7e495f9b71
commit c148f39a28
+2 -2
View File
@@ -7,9 +7,9 @@ from slic.utils.get_adj import *
@pytest.fixture(autouse=True)
def cleanup_adjustables():
instances(Adjustable).clear()
instances(SubAdjustable).clear()
yield
instances(Adjustable).clear()
instances(SubAdjustable).clear()
class SubAdjustable(Adjustable):
def __init__(self, *a, **kw):