@@ -19,9 +19,9 @@ def setUp(self):
1919 dirname , filename = os .path .split (os .path .abspath (__file__ ))
2020 self .testdata_dir = dirname + 'data'
2121 self .local = {'cwl' : 'file://' + os .path .join (os .getcwd () + '/testdata/md5sum.cwl' ),
22- 'wdl' : 'file://' + os .path .join (os .getcwd () + '/testdata/md5sum.wdl' ),
23- 'py' : 'file://' + os .path .join (os .getcwd () + '/test/test_integration.py' ),
24- 'unsupported' : 'fake.txt' }
22+ 'wdl' : 'file://' + os .path .join (os .getcwd () + '/testdata/md5sum.wdl' ),
23+ 'py' : 'file://' + os .path .join (os .getcwd () + '/test/test_integration.py' ),
24+ 'unsupported' : 'fake.txt' }
2525
2626 self .remote = {
2727 'cwl' : 'https://raw.githubusercontent.com/common-workflow-language/workflow-service/master/testdata/md5sum.cwl' ,
@@ -31,9 +31,9 @@ def setUp(self):
3131 'unreachable' : 'https://fake.py' }
3232
3333 self .expected = {'cwl' : ('v1.0' , 'CWL' ),
34- 'wdl' : ('draft-2' , 'WDL' ),
35- 'py' : ('2.7' , 'PY' ),
36- 'pyWithPrefix' : ('2.7' , 'PY' )}
34+ 'wdl' : ('draft-2' , 'WDL' ),
35+ 'py' : ('2.7' , 'PY' ),
36+ 'pyWithPrefix' : ('2.7' , 'PY' )}
3737
3838 def tearDown (self ):
3939 unittest .TestCase .tearDown (self )
0 commit comments