Skip to content

Commit 02867a6

Browse files
authored
Relativize import
1 parent 07309e4 commit 02867a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_iwdr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import cwltool
44
import cwltool.factory
5-
from tests.util import get_data
5+
from .util import get_data
66

77

88
class TestInitialWorkDir(unittest.TestCase):
@@ -13,4 +13,4 @@ def test_newline_in_entry(self):
1313
"""
1414
f = cwltool.factory.Factory()
1515
echo = f.make(get_data("tests/wf/iwdr-entry.cwl"))
16-
self.assertEqual(echo(message="hello"), {"out": "CONFIGVAR=hello\n"})
16+
self.assertEqual(echo(message="hello"), {"out": "CONFIGVAR=hello\n"})

0 commit comments

Comments
 (0)