Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetretto committed Sep 17, 2024
1 parent b0e45ae commit d2dc682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_project_init(random_project_name) -> None:
assert len(cm.projects) == 1
assert cm.projects[random_project_name]
project = cm.get_project()
assert len(project.workers) == 4
assert len(project.workers) == 5


def test_paramiko_ssh_connection(job_controller, slurm_ssh_port) -> None:
Expand Down

0 comments on commit d2dc682

Please sign in to comment.