From 5b0f1e7649acca541559ef2536b15d1525422571 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 5 Mar 2020 08:05:21 +1100 Subject: Cleanup: formatting, strip trailing space --- tests/python/bl_bundled_modules.py | 1 - tests/python/bl_id_management.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/python') diff --git a/tests/python/bl_bundled_modules.py b/tests/python/bl_bundled_modules.py index 6f757184e7b..3ef5040af01 100644 --- a/tests/python/bl_bundled_modules.py +++ b/tests/python/bl_bundled_modules.py @@ -27,4 +27,3 @@ import numpy import sqlite3 import ssl import zlib - 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() -- cgit v1.2.3