This commit is contained in:
@@ -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 == []
|
||||
|
||||
Reference in New Issue
Block a user