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/bl_id_management.py')
-rw-r--r--tests/python/bl_id_management.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/bl_id_management.py b/tests/python/bl_id_management.py
index 938a1cab134..615c0b13d9d 100644
--- a/tests/python/bl_id_management.py
+++ b/tests/python/bl_id_management.py
@@ -110,7 +110,7 @@ class TestIdAddNameManagement(TestHelper, unittest.TestCase):
data = self.add_to_container(name="%s.%.3d" % (self.default_name, 0))
self.assertEqual(data.name, self.default_name + ".003")
-
+
self.assertEqual(len(self.data_container), 6)
self.ensure_proper_order()