Skip to content

Commit 2a441e7

Browse files
musicinmybrainalanking
authored andcommitted
[#613] Fix an import in the tests that doesn’t seem to work as intended
1 parent 2d968fe commit 2a441e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

irods/test/resource_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
class TestResource(unittest.TestCase):
1313

14-
from helpers import create_simple_resc_hierarchy, create_simple_resc
14+
create_simple_resc_hierarchy = helpers.create_simple_resc_hierarchy
15+
create_simple_resc = helpers.create_simple_resc
1516

1617
def setUp(self):
1718
self.sess = helpers.make_session()

0 commit comments

Comments
 (0)