mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Fix incorrect call to tearDownClass
This commit is contained in:
parent
b4376ff691
commit
7dd83dd9e7
@ -52,7 +52,6 @@ class TestQgsAnnotationPolygonItem(QgisTestCase):
|
||||
@classmethod
|
||||
def control_path_prefix(cls):
|
||||
return "annotation_layer"
|
||||
super().tearDownClass()
|
||||
|
||||
def testBasic(self):
|
||||
item = QgsAnnotationPolygonItem(QgsPolygon(QgsLineString([QgsPoint(12, 13), QgsPoint(14, 13), QgsPoint(14, 15), QgsPoint(12, 13)])))
|
||||
|
Loading…
x
Reference in New Issue
Block a user