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 3, 2021
1 parent 17f81b2 commit 5da1d1a
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 5da1d1a

Please sign in to comment.