We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a118505 commit 2b07ae1Copy full SHA for 2b07ae1
tests/sscape_tests/scene_pytest/test_scene.py
@@ -278,7 +278,7 @@ def test_deserialize_tracked_objects_uses_configured_attribute_singleton_type():
278
'weight-sensor': SimpleNamespace(singleton_type='attribute')
279
}
280
scene.object_history_cache = {}
281
-
+ scene._analytics_objects = {}
282
objects = scene._deserializeTrackedObjects([
283
{
284
'id': 'object-1',
0 commit comments