Implemented the CreatedRootFolderTask task in the Library target.

This commit is contained in:
2025-01-11 18:40:09 +01:00
parent 3f98d08a00
commit af1703e6c1
5 changed files with 119 additions and 19 deletions
@@ -39,9 +39,3 @@ extension FileServiceSpy: FileServicing {
}
}
// MARK: - URL+Constants
private extension URL {
static let someCurrentFolder = URL(at: "some/current/folder")
}