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
  • Loading branch information
gitofanindya committed Jul 27, 2023
1 parent c9caed5 commit 80de1c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/changes/5.3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Release date: `2023-xx-xx`

## Core

- [NXDRIVE-2844](https://jira.nuxeo.com/browse/NXDRIVE-2844): Nuxeo Drive transfer failed after removing hardware

- [NXDRIVE-2812](https://jira.nuxeo.com/browse/NXDRIVE-2812): Update Github Action for set-output and save-state
- [NXDRIVE-2838](https://jira.nuxeo.com/browse/NXDRIVE-2838): Fix Release build
- [NXDRIVE-2844](https://jira.nuxeo.com/browse/NXDRIVE-2844): Nuxeo Drive transfer failed after removing hardware
- [NXDRIVE-2363](https://jira.nuxeo.com/browse/NXDRIVE-2363): MacOS Application auto-restart does not work since 4.3.0

### Direct Edit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from nxdrive.engine.processor import Processor


def test__synchronize_direct_transfer(manager_factory):
def test_synchronize_direct_transfer(manager_factory):
manager, engine = manager_factory()
dao = engine.dao
remote = engine.remote
Expand Down

0 comments on commit 80de1c7

Please sign in to comment.