Skip to content

Commit

Permalink
follow up
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Feb 8, 2021
1 parent 6605163 commit 7e4d826
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 7e4d826

Please sign in to comment.