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 012
  • Loading branch information
gitofanindya committed Jul 27, 2023
1 parent 54adb44 commit 112d4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ def __exit__(self, exc_type, exc_val, exc_tb):

class MockEngine(Engine):
def __init__(self, tmp_path):
local_folder = tmp_path
folder = tmp_path

super().__init__(self, local_folder)
super().__init__(self, folder)


class MockedClient:
Expand Down

0 comments on commit 112d4e5

Please sign in to comment.