File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
'cwlNodeEngine.js' ,
52
52
'extensions.yml' ]},
53
53
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' ],
55
55
install_requires = [
56
56
'setuptools' ,
57
57
'requests >= 1.0' ,
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ def test_partial_scatter(self):
127
127
except cwltool .factory .WorkflowStatus as e :
128
128
self .assertEquals ('sha1$356a192b7913b04c54574d18c28d46e6395428ab' , e .out ["out" ][0 ]["checksum" ])
129
129
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" ])
131
131
else :
132
132
self .fail ("Should have raised WorkflowStatus" )
133
133
You can’t perform that action at this time.
0 commit comments