Skip to content

Commit fd4dab2

Browse files
committed
Update the mock bjobs
1 parent 48af457 commit fd4dab2

File tree

1 file changed

+1
-1
lines changed
  • tests/ert/unit_tests/scheduler/bin

1 file changed

+1
-1
lines changed

tests/ert/unit_tests/scheduler/bin/bjobs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_parser() -> argparse.ArgumentParser:
2727

2828

2929
def bjobs_formatter(jobstats: List[Job]) -> str:
30-
return "".join([f"{job.job_id}^{job.job_state}\n" for job in jobstats])
30+
return "".join([f"{job.job_id}^{job.job_state}^-\n" for job in jobstats])
3131

3232

3333
def read(path: Path, default: Optional[str] = None) -> Optional[str]:

0 commit comments

Comments
 (0)