Skip to content

Commit

Permalink
NXDRIVE-2844: Nuxeo Drive transfer failed after removing hardware wor…
Browse files Browse the repository at this point in the history
…ked on pr comments 006
  • Loading branch information
gitofanindya committed Jul 27, 2023
1 parent e347ac9 commit 5b65684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


def test_synchronize_direct_transfer(engine, engine_dao, remote, tmp_path):
engine = engine(tmp_path)
engine = engine(tmp_path, "1")
dao = engine_dao()
remote = remote
Mocked_Session = namedtuple(
Expand Down

0 comments on commit 5b65684

Please sign in to comment.