Skip to content

Commit

Permalink
Fix test with changed output
Browse files Browse the repository at this point in the history
  • Loading branch information
TorecLuik committed Aug 8, 2024
1 parent c662f0b commit 1f07e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_slurm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ def test_get_active_job_progress(mock_get_recent_log_command,
log_file=slurm_client._LOGFILE.format(slurm_job_id=slurm_job_id))
mock_run_commands.assert_called_once_with([log_cmd], env={})

assert result == "Progress: 75%\n"
assert result == "75%"


@patch('biomero.slurm_client.SlurmClient.run_commands')
Expand Down

0 comments on commit 1f07e44

Please sign in to comment.