Skip to content

Commit

Permalink
Add version to TRS ID test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Jan 23, 2025
1 parent 4076bd7 commit ab806ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toil/test/cwl/cwlTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def test_run_dockstore_trs(self) -> None:
main_args = [
"--outdir",
self.outDir,
"#workflow/github.com/dockstore-testing/md5sum-checker",
"#workflow/github.com/dockstore-testing/md5sum-checker:master",
"https://raw.githubusercontent.com/dockstore-testing/md5sum-checker/refs/heads/master/md5sum/md5sum-input-cwl.json"
]
cwltoil.main(main_args, stdout=stdout)
Expand Down

0 comments on commit ab806ee

Please sign in to comment.