From c1c0b661c0147faf565f6fde080c356504710a70 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 May 2021 17:35:08 +1000 Subject: Cleanup: clang-format --- tests/python/bl_blendfile_library_overrides.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/python/bl_blendfile_library_overrides.py') diff --git a/tests/python/bl_blendfile_library_overrides.py b/tests/python/bl_blendfile_library_overrides.py index e2c6432b380..48625a1ecdb 100644 --- a/tests/python/bl_blendfile_library_overrides.py +++ b/tests/python/bl_blendfile_library_overrides.py @@ -75,7 +75,7 @@ class TestLibraryOverrides(TestHelper, unittest.TestCase): assert(override_operation.operation == 'REPLACE') # Setting location.y overridded all elements in the location array. -1 is a wildcard. assert(override_operation.subitem_local_index == -1) - + def test_link_permissive(self): """ Linked assets with a permissive template. -- cgit v1.2.3