Update test, missed when changing Object.select_set()

This commit is contained in:
Campbell Barton 2018-11-12 09:05:38 +11:00
parent 2fdd80ba1d
commit 92263b67eb
1 changed files with 1 additions and 1 deletions

View File

@ -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())