Skip to content

Commit

Permalink
fix tearDown in test QgsActionManager
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 2, 2021
1 parent db881aa commit 1298ce5
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 1298ce5

Please sign in to comment.