Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/view_layer/test_evaluation_visibility_e.py')
-rw-r--r--tests/python/view_layer/test_evaluation_visibility_e.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/view_layer/test_evaluation_visibility_e.py b/tests/python/view_layer/test_evaluation_visibility_e.py
index 16e08cfaba7..3c3ccb61d5c 100644
--- a/tests/python/view_layer/test_evaluation_visibility_e.py
+++ b/tests/python/view_layer/test_evaluation_visibility_e.py
@@ -40,7 +40,7 @@ class UnitTesting(ViewLayerTesting):
layer_collection_mom.enabled = True
layer_collection_kid.enabled = False
- bpy.context.scene.update() # update depsgraph
+ layer.update() # update depsgraph
self.assertTrue(cube.visible_get(), "Object should be visible")