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_object_copy.py')
-rw-r--r--tests/python/view_layer/test_object_copy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/view_layer/test_object_copy.py b/tests/python/view_layer/test_object_copy.py
index 15d863f3138..19a7c56b989 100644
--- a/tests/python/view_layer/test_object_copy.py
+++ b/tests/python/view_layer/test_object_copy.py
@@ -68,7 +68,7 @@ class UnitTesting(ViewLayerTesting):
self.assertTrue(compare_files(
filepath_objects_json,
filepath_json,
- ),
+ ),
"Scene dump files differ")
def test_copy_object(self):