Skip to content

Commit d583f2c

Browse files
committed
DELETEME
1 parent adf52a2 commit d583f2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/extra/job_management/test_job_management.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,9 @@ def test_process_threadworker_updates_unknown(self, tmp_path, caplog):
821821
"job_db persist": 1,
822822
}
823823
)
824-
assert caplog.messages == [dirty_equals.IsStr(regex=".*Ignoring unknown.*indices.*4.*")]
824+
assert caplog.messages == [
825+
dirty_equals.IsStr(regex=".*Ignoring unknown.*indices.*4.*"),
826+
]
825827

826828
def test_no_results_leaves_db_and_stats_untouched(self, tmp_path, caplog):
827829
pool = _JobManagerWorkerThreadPool(max_workers=2)

0 commit comments

Comments
 (0)