From 7a06396fdf6be3167b323b49f9bdbafbc3ec72a2 Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Fri, 19 Jul 2024 01:09:05 +0200 Subject: [PATCH] testing: fix import order --- fiduswriter/pandoc/tests/test_pandoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiduswriter/pandoc/tests/test_pandoc.py b/fiduswriter/pandoc/tests/test_pandoc.py index 371768f..b6a5eb1 100644 --- a/fiduswriter/pandoc/tests/test_pandoc.py +++ b/fiduswriter/pandoc/tests/test_pandoc.py @@ -15,7 +15,7 @@ from testing.selenium_helper import SeleniumHelper -class PandocTest(ChannelsLiveServerTestCase, SeleniumHelper): +class PandocTest(SeleniumHelper, ChannelsLiveServerTestCase): fixtures = ["initial_documenttemplates.json", "initial_styles.json"] @classmethod