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