Skip to content

Commit

Permalink
testing: fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Jul 18, 2024
1 parent aa08bb7 commit 7a06396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiduswriter/pandoc/tests/test_pandoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a06396

Please sign in to comment.