Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix tearDown in test QgsActionManager
  • Loading branch information
3nids authored and nyalldawson committed Feb 8, 2021
1 parent 4f70e38 commit eb8843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsactionmanager.py
Expand Up @@ -49,7 +49,7 @@ def setUpClass(cls):
s.write('open(sys.argv[1], "w").write(" ".join(sys.argv[2:]))\n')

@classmethod
def tearDown(cls):
def tearDownClass(cls):
cls.layer = None
cls.manager = None

Expand Down

0 comments on commit eb8843e

Please sign in to comment.