Implemented the "path" property for the Folder enumeration in the library target.
This commit is contained in:
@@ -14,7 +14,7 @@ struct CreateFoldersTaskTests {
|
||||
@Test(arguments: [URL.someCurrentFolder, .someDotFolder, .someTildeFolder])
|
||||
func createFolders(with rootFolder: URL) async throws {
|
||||
// GIVEN
|
||||
let folders = Folder.allCases.map { rootFolder.appendingPath($0.rawValue) }
|
||||
let folders = Folder.allCases.map { rootFolder.appendingPath($0.path) }
|
||||
let actions = folders.map { FileServiceMock.Action.createFolder($0) }
|
||||
|
||||
let createFolders = task(actions: actions)
|
||||
|
||||
Reference in New Issue
Block a user