Skip to content

Commit c63c4dd

Browse files
committed
added new sha for test_scatter
1 parent 4dc76bd commit c63c4dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'cwlNodeEngine.js',
5252
'extensions.yml']},
5353
include_package_data=True,
54-
dependency_links = ['https://github.com/kapilkd13/schema_salad/tarball/windows#egg=schema_salad-2.4.20170612171942'],
54+
dependency_links=['https://github.com/kapilkd13/schema_salad/tarball/windows#egg=schema_salad-2.4.20170612171942'],
5555
install_requires=[
5656
'setuptools',
5757
'requests >= 1.0',

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_partial_scatter(self):
127127
except cwltool.factory.WorkflowStatus as e:
128128
self.assertEquals('sha1$356a192b7913b04c54574d18c28d46e6395428ab', e.out["out"][0]["checksum"])
129129
self.assertIsNone(e.out["out"][1])
130-
self.assertEquals('sha1$a3db5c13ff90a36963278c6a39e4ee3c22e2a436', e.out["out"][2]["checksum"])
130+
self.assertEquals('sha1$77de68daecd823babbb58edb1c8e14d7106e83bb', e.out["out"][2]["checksum"])
131131
else:
132132
self.fail("Should have raised WorkflowStatus")
133133

0 commit comments

Comments
 (0)