Skip to content

Commit

Permalink
hack coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Dec 19, 2018
1 parent 8d7b446 commit 1aede7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_2calls.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,6 @@ def test_forward_reference(self):

def test_uncallable_workflow(self):
# should not be able to call a workflow containing an incomplete call
WDL.load(os.path.join(os.path.dirname(__file__), "../test_corpi/contrived/incomplete_import.wdl"))
WDL.load("file://" + os.path.join(os.path.dirname(__file__), "../test_corpi/contrived/incomplete_import.wdl"))
with self.assertRaises(WDL.Error.UncallableWorkflow):
WDL.load(os.path.join(os.path.dirname(__file__), "../test_corpi/contrived/incomplete_call.wdl"))

0 comments on commit 1aede7d

Please sign in to comment.