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:
-rw-r--r--tests/python/modules/mesh_test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/python/modules/mesh_test.py b/tests/python/modules/mesh_test.py
index 99313de92d4..e3990bc207b 100644
--- a/tests/python/modules/mesh_test.py
+++ b/tests/python/modules/mesh_test.py
@@ -373,8 +373,7 @@ class MeshTest(ABC):
bpy.data.objects.remove(self.expected_object, do_unlink=True)
self.evaluated_object.name = expected_object_name
- self.do_selection(self.evaluated_object.data,
- "VERT", evaluated_selection)
+ self.do_selection(self.evaluated_object.data, "VERT", evaluated_selection, False)
# Save file.
bpy.ops.wm.save_as_mainfile(filepath=bpy.data.filepath)