Skip to content

Commit

Permalink
remove all map layers in PyQgsRelationEditWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 1, 2021
1 parent 987e710 commit 4a2d952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgsrelationeditwidget.py
Expand Up @@ -102,6 +102,7 @@ def setUp(self):
def tearDown(self):
self.rollbackTransaction()
del self.transaction
QgsProject.instance().removeAllMapLayers()

def test_delete_feature(self):
"""
Expand Down

0 comments on commit 4a2d952

Please sign in to comment.