Skip to content

Commit e8ca9a2

Browse files
elpasonyalldawson
authored andcommitted
Add spellok
1 parent 4ad0bbb commit e8ca9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_qgstaskmanager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def finished_multiple_value_result(e, results):
262262
self.assertEqual(result_value, 5)
263263
self.assertEqual(result_statement, 'whoo')
264264

265-
def testTaskFromFunctionWithSubTaskCompletedIsCalledOnce(self):
265+
def testTaskFromFunctionWithSubTaskCompletedIsCalledOnce(self): # spellok
266266
""" test that when a parent task has subtasks it does emit taskCompleted only once"""
267267

268268
self.finished = 0

0 commit comments

Comments
 (0)