Update tests/test_utils_snapshot.py
Run CI Tests / test (push) Successful in 31s

This commit is contained in:
2025-07-30 11:50:12 +02:00
parent 99d05b319f
commit 571e4a4612
+1 -1
View File
@@ -93,7 +93,7 @@ def test_snapshot(test_input, expected, kwargs):
adjustables = [FakeAdjustable(*args) for args in test_input]
result = snapshot_testable(adjustables, **kwargs)
result = snapshot_testable(adjustables, include_internal=True, **kwargs)
if not expected:
assert result == []