Skip to content

Commit

Permalink
More super fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 26, 2023
1 parent a6dac42 commit bce3f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_qgspallabeling_base.py
Expand Up @@ -360,14 +360,14 @@ class TestPALConfig(TestQgsPalLabeling):

@classmethod
def setUpClass(cls):
super().setUpClass()
TestQgsPalLabeling.setUpClass()

cls.layer = TestQgsPalLabeling.loadFeatureLayer('point')

@classmethod
def tearDownClass(cls):
cls.removeMapLayer(cls.layer)
super().tearDownClass()
TestQgsPalLabeling.tearDownClass()

def setUp(self):
"""Run before each test."""
Expand Down

0 comments on commit bce3f8b

Please sign in to comment.