Skip to content

Commit

Permalink
Followup 69a25d
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 4, 2017
1 parent 79a095c commit bf7abde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/tests/GuiTest.py
Expand Up @@ -38,7 +38,7 @@ class AlgorithmDialogTest(unittest.TestCase):
def testCreation(self): def testCreation(self):
alg = QgsApplication.processingRegistry().algorithmById('native:centroids') alg = QgsApplication.processingRegistry().algorithmById('native:centroids')
a = AlgorithmDialog(alg) a = AlgorithmDialog(alg)
self.assertEqual(a.mainWidget().alg, alg) self.assertEqual(a.mainWidget.alg, alg)




if __name__ == '__main__': if __name__ == '__main__':
Expand Down

0 comments on commit bf7abde

Please sign in to comment.