Skip to content

Commit

Permalink
Updats expected node names
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Oct 17, 2023
1 parent 0c2b2de commit 981403a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_get_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# For information on resources defined in the testing environment,
# see https://github.com/pitt-crc/Slurm-Test-Environment/
TEST_CLUSTER = 'development'
TEST_NODES = set(f'c{i}' for i in range(11))
TEST_NODES = set(f'c{i}' for i in range(1, 11))


class NodesMatchTestEnvironment(TestCase):
Expand Down

0 comments on commit 981403a

Please sign in to comment.