fix(test): Refactor trash test to improve metadata and deletion validation

This commit is contained in:
2024-11-25 17:43:00 +01:00
parent 8ba7cdc873
commit 75dd1d43a9
3 changed files with 22 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-25 - 3.3.5 - fix(test)
Refactor trash test to improve metadata validation
- Added new checks in trash tests to ensure metadata files are correctly moved to trash.
- Validated the presence and integrity of metadata within trashed files.
## 2024-11-25 - 3.3.4 - fix(core)
Minor refactoring and cleanup of TypeScript source files for improved readability and maintainability.