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_scene_copy_a.py')
-rw-r--r--tests/python/view_layer/test_scene_copy_a.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/python/view_layer/test_scene_copy_a.py b/tests/python/view_layer/test_scene_copy_a.py
index 8cccb26a92d..8f0f2316ce1 100644
--- a/tests/python/view_layer/test_scene_copy_a.py
+++ b/tests/python/view_layer/test_scene_copy_a.py
@@ -23,9 +23,9 @@ class UnitTesting(ViewLayerTesting):
filepath_layers_json_copy = os.path.join(ROOT, 'layers_copy_full_simple.json')
self.do_scene_copy(
- filepath_layers_json_copy,
- 'FULL_COPY',
- (get_scene_collections,))
+ filepath_layers_json_copy,
+ 'FULL_COPY',
+ (get_scene_collections,))
# ############################################################