Skip to content

Commit 85e27fe

Browse files
authored
Update pbs.py
1 parent 738ccdf commit 85e27fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_basic():
3838
)
3939
text = fh.getvalue()
4040
assert "#!/bin/sh" in text
41-
assert "#PBS -N my-job" in text
41+
assert "#PBS -V" in text
4242
assert f"#PBS -l nodes=1:ppn={backend.config.count_per_node('cpu')}" in text
4343
assert "#PBS -l walltime=00:00:01" in text
4444
assert "#PBS --job-name=my-job" in text

0 commit comments

Comments
 (0)