mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Followup 69a25d
This commit is contained in:
parent
79a095cb69
commit
bf7abdea76
@ -38,7 +38,7 @@ class AlgorithmDialogTest(unittest.TestCase):
|
||||
def testCreation(self):
|
||||
alg = QgsApplication.processingRegistry().algorithmById('native:centroids')
|
||||
a = AlgorithmDialog(alg)
|
||||
self.assertEqual(a.mainWidget().alg, alg)
|
||||
self.assertEqual(a.mainWidget.alg, alg)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
x
Reference in New Issue
Block a user