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_move_into_layer_collection_g.py')
-rw-r--r--tests/python/view_layer/test_move_into_layer_collection_g.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/python/view_layer/test_move_into_layer_collection_g.py b/tests/python/view_layer/test_move_into_layer_collection_g.py
index efcdd44da97..90f6739d249 100644
--- a/tests/python/view_layer/test_move_into_layer_collection_g.py
+++ b/tests/python/view_layer/test_move_into_layer_collection_g.py
@@ -20,17 +20,17 @@ class UnitTesting(MoveLayerCollectionTesting):
def get_reference_layers_tree_map(self):
reference_layers_map = [
- ['Layer 1', [
- 'Master Collection',
- 'C',
- '3',
- ]],
- ['Layer 2', [
- 'C',
- 'dog',
- 'cat',
- ]],
- ]
+ ['Layer 1', [
+ 'Master Collection',
+ 'C',
+ '3',
+ ]],
+ ['Layer 2', [
+ 'C',
+ 'dog',
+ 'cat',
+ ]],
+ ]
return reference_layers_map
def test_layer_collection_into_a(self):