From 2c09f48367f121c4c6e91a46c8bd1b6810e66107 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 25 Jun 2021 17:41:18 +0100 Subject: [PATCH] Tidying --- tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests.py b/tests.py index 9fccab36b..40098610f 100644 --- a/tests.py +++ b/tests.py @@ -3960,8 +3960,6 @@ def _testUserAgentDomain() -> None: def runAllTests(): print('Running tests...') - _testFunctions() - return updateDefaultThemesList(os.getcwd()) _testFunctions() _testUserAgentDomain()