Skip to content

Commit

Permalink
Reword test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Jan 4, 2024
1 parent 793ac7e commit 9391f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/scheduler/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async def assert_scheduler_events(


@pytest.mark.asyncio
async def test_submitted_job_is_cancelled(realization, mock_event):
async def test_that_submitted_job_is_killed_when_cancelled(realization, mock_event):
scheduler = create_scheduler()
job = Job(scheduler, realization)
job.started = mock_event()
Expand Down

0 comments on commit 9391f67

Please sign in to comment.