Skip to content

Commit ef42796

Browse files
committed
tests
1 parent 9d1a08b commit ef42796

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

tests/e2e/support.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)