Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
spellcheck
  • Loading branch information
elpaso committed Feb 18, 2019
1 parent 8db38af commit e735d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsprocessingalgrunner.py
Expand Up @@ -84,7 +84,7 @@ def setUpClass(cls):
QgsApplication.processingRegistry().addProvider(QgsNativeAlgorithms())
cls.registry = QgsApplication.instance().processingRegistry()

def test_bad_script_dont_crash(self):
def test_bad_script_dont_crash(self): # spellok
"""Test regression #21270 (segfault)"""

context = QgsProcessingContext()
Expand Down

0 comments on commit e735d9f

Please sign in to comment.