Skip to content

Commit bf7abde

Browse files
committedAug 4, 2017
Followup 69a25d
1 parent 79a095c commit bf7abde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/tests/GuiTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class AlgorithmDialogTest(unittest.TestCase):
3838
def testCreation(self):
3939
alg = QgsApplication.processingRegistry().algorithmById('native:centroids')
4040
a = AlgorithmDialog(alg)
41-
self.assertEqual(a.mainWidget().alg, alg)
41+
self.assertEqual(a.mainWidget.alg, alg)
4242

4343

4444
if __name__ == '__main__':

0 commit comments

Comments
 (0)
Please sign in to comment.