Skip to content

Commit c8d33c4

Browse files
committed
Fix tests
1 parent 31c2299 commit c8d33c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slurm_command_gen_strategy/test_common_slurm_command_gen_strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def test_append_distribution_and_hostfile_with_nodes(slurm_system: SlurmSystem,
342342
content: List[str] = []
343343
strategy._append_nodes_related_directives(content)
344344

345-
assert "#SBATCH --distribution=arbitrary" in content
345+
assert "#SBATCH --distribution=block" in content
346346
assert "#SBATCH --nodelist=node1,node2" in content
347347

348348
hostfile_path = strategy.test_run.output_path / "hostfile.txt"

0 commit comments

Comments
 (0)