Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qubixes committed Feb 6, 2024
1 parent e74da1b commit e320c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_irodspath.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_join_path(path, to_join, result):
def test_create_irods_paths():
session = MockIrodsSession()
local_path = Path("tests/testdata").absolute()
irods_path = IrodsPath(123, session.home)
irods_path = IrodsPath(MockIrodsSession(), session.home)
source_to_dest = _create_irods_dest(local_path, irods_path)
for source, dest in source_to_dest:
local_parts = source.parts[source.parts.index("testdata"):]
Expand Down

0 comments on commit e320c14

Please sign in to comment.