Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Apr 23, 2020
1 parent 9bab402 commit d315730
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_core_tasks_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ def task_func():
assert task_obj.log[0]["filename"] == os.path.basename(__file__)

task_obj.join()
assert len(task_obj.log) == 11, "Didn't get the right number of log entries - are INFO entries being logged?"
assert (
len(task_obj.log) == 11
), "Didn't get the right number of log entries - are INFO entries being logged?"


def test_task_log_without_thread():
Expand Down

0 comments on commit d315730

Please sign in to comment.