From 8959d6cea5dd18ea215dbfa7e869f8e1b2246856 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 25 Sep 2022 20:51:51 +0100 Subject: [PATCH] Fix inverted text test --- tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests.py b/tests.py index b4d14f6ab..2d56fffd8 100644 --- a/tests.py +++ b/tests.py @@ -7573,8 +7573,6 @@ def _test_uninvert(): def run_all_tests(): - _test_uninvert() - return base_dir = os.getcwd() print('Running tests...') update_default_themes_list(os.getcwd())