Improved the FileServiceMock mock in the tests target to support multiple actions.

This commit is contained in:
2025-01-13 00:32:16 +01:00
parent 12151deea0
commit 2852f4b1bf
2 changed files with 45 additions and 8 deletions
@@ -24,7 +24,7 @@ struct FileServiceTests {
#expect(folder.isFileURL == true)
}
// MARK: Functions
// MARK: Functions tests
@Test(arguments: [URL.someNewFolder, .someNewFile])
func createFolder(with url: URL) async throws {