Skip to content

Commit

Permalink
Add spellok
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Sep 1, 2018
1 parent 4ad0bbb commit e8ca9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgstaskmanager.py
Expand Up @@ -262,7 +262,7 @@ def finished_multiple_value_result(e, results):
self.assertEqual(result_value, 5)
self.assertEqual(result_statement, 'whoo')

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

self.finished = 0
Expand Down

0 comments on commit e8ca9a2

Please sign in to comment.