Skip to content

Commit

Permalink
follow up
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 2, 2021
1 parent 2758f66 commit b95e65a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/src/python/test_qgsrelationeditwidget.py
Expand Up @@ -96,9 +96,8 @@ def setUpClass(cls):
assert(cls.vl_editors.isValid())
assert(cls.vl_link_books_authors.isValid())

@classmethod
def setUp(cls):
cls.startTransaction()
def setUp(self):
self.startTransaction()

@classmethod
def tearDown(cls):
Expand Down

0 comments on commit b95e65a

Please sign in to comment.