Skip to content

Commit e735d9f

Browse files
committed
spellcheck
1 parent 8db38af commit e735d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_qgsprocessingalgrunner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def setUpClass(cls):
8484
QgsApplication.processingRegistry().addProvider(QgsNativeAlgorithms())
8585
cls.registry = QgsApplication.instance().processingRegistry()
8686

87-
def test_bad_script_dont_crash(self):
87+
def test_bad_script_dont_crash(self): # spellok
8888
"""Test regression #21270 (segfault)"""
8989

9090
context = QgsProcessingContext()

0 commit comments

Comments
 (0)