Skip to content

Commit 5f774cd

Browse files
authored
Merge pull request #127 from galaxyproject/martenson-patch-1
fix default for 'parallel_tests' typo
2 parents faeb2f0 + 39e54ae commit 5f774cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ephemeris/shed_tools_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def parser():
3232
test_user="ephemeris@galaxyproject.org",
3333
test_json="tool_test_output.json",
3434
test_existing=False,
35-
max_parallel_tests=1,
35+
parallel_tests=1,
3636
)
3737

3838
# SUBPARSERS

0 commit comments

Comments
 (0)