From 92263b67eba166fd2b857785cda81c51f53db3cd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 12 Nov 2018 09:05:38 +1100 Subject: Update test, missed when changing Object.select_set() --- tests/python/view_layer/test_evaluation_selectability_f.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/python/view_layer/test_evaluation_selectability_f.py b/tests/python/view_layer/test_evaluation_selectability_f.py index fbc4a49fc11..a902dd1dada 100644 --- a/tests/python/view_layer/test_evaluation_selectability_f.py +++ b/tests/python/view_layer/test_evaluation_selectability_f.py @@ -31,7 +31,7 @@ class UnitTesting(ViewLayerTesting): self.assertTrue(layer_collection.selectable) bpy.context.scene.update() # update depsgraph - cube.select_set(action='SELECT') + cube.select_set(True) self.assertTrue(cube.select_get()) -- cgit v1.2.3