From 7a112c27cb29319103aa562636298659a89ff83a Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 7 Oct 2020 16:22:15 +0200 Subject: [PATCH] test/api: fix white-space error No double space between class methods, so say the scriptures. --- test/mod/test_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/mod/test_api.py b/test/mod/test_api.py index c244b4b0..986aa17f 100644 --- a/test/mod/test_api.py +++ b/test/mod/test_api.py @@ -78,7 +78,6 @@ class TestAPI(unittest.TestCase): data = osbuild.api.arguments(path=path) self.assertEqual(data, args) - def test_exception(self): # Check that 'api.exception' correctly sets 'API.exception' tmpdir = self.tmp.name