File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ It is possible to use the Release Github workflow to do the release. This is gen
2929
3030### Manual Releases
3131
32- The following instructions apply when doing release manually. This may be required in instances where the automation is failing.
32+ The following instructions apply when doinga release manually. This may be required in instances where the automation is failing.
3333
3434- Check and update the version in "pyproject.toml" file.
3535- Commit all the changes to the repository.
Original file line number Diff line number Diff line change @@ -404,6 +404,7 @@ def assert_get_cluster_and_jobsubmit(
404404
405405 # Validate the number of jobs in the list
406406 assert len (job_list ) == 1
407+ assert len (job_list ) != 0
407408
408409 # Validate the submission ID matches
409410 assert job_list [0 ].submission_id == submission_id
You can’t perform that action at this time.
0 commit comments