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_make_single_user.py')
-rw-r--r--tests/python/view_layer/test_make_single_user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/view_layer/test_make_single_user.py b/tests/python/view_layer/test_make_single_user.py
index 2a8a479bab2..292c2d50605 100644
--- a/tests/python/view_layer/test_make_single_user.py
+++ b/tests/python/view_layer/test_make_single_user.py
@@ -33,7 +33,7 @@ class UnitTesting(ViewLayerTesting):
while master_collection.collections:
master_collection.collections.remove(
- master_collection.collections[0])
+ master_collection.collections[0])
view_layer.collections.link(master_collection)
ob.select_set('SELECT')