Skip to content

Commit

Permalink
Update tests/jobs/test_local_task_job.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kaxil Naik <[email protected]>
  • Loading branch information
ephraimbuddy and kaxil committed Apr 23, 2021
1 parent 7ab3e2e commit b9ccd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jobs/test_local_task_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def task_function(ti):

def test_process_kill_call_on_failure_callback(self):
"""
Test that ensures that where a task is killed with sigterm
Test that ensures that when a task is killed with sigterm
on_failure_callback gets executed
"""
# use shared memory value so we can properly track value change even if
Expand Down

0 comments on commit b9ccd0c

Please sign in to comment.