diff --git a/docs/changes/5.3.2.md b/docs/changes/5.3.2.md index 9d8f7d3cf3..624c59e57f 100644 --- a/docs/changes/5.3.2.md +++ b/docs/changes/5.3.2.md @@ -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 diff --git a/tests/functional/test_processor.py b/tests/unit/test_processor.py similarity index 96% rename from tests/functional/test_processor.py rename to tests/unit/test_processor.py index cb0399ebea..37d757e7c5 100644 --- a/tests/functional/test_processor.py +++ b/tests/unit/test_processor.py @@ -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