Add a missing blank line 95/69495/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 4 Jan 2020 15:30:07 +0000 (16:30 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 4 Jan 2020 15:54:05 +0000 (16:54 +0100)
Change-Id: I466d655162c1ddd5f4e3ef0e356a27007bfaea0f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
xtesting/tests/unit/core/test_testcase.py

index f3b2d51..63bfc3f 100644 (file)
@@ -449,6 +449,7 @@ class TestCaseTesting(unittest.TestCase):
                 ExtraArgs={'ContentType': 'text/plain'})]
         self.assertEqual(args[1].mock_calls, expected)
 
+
 if __name__ == "__main__":
     logging.disable(logging.CRITICAL)
     unittest.main(verbosity=2)