Improved the naming of the functions for the FileServicing protocol in the library target.
This commit is contained in:
@@ -36,7 +36,7 @@ struct CreateRootFolderTaskTests {
|
||||
#expect(result.isFileURL == true)
|
||||
}
|
||||
|
||||
@Test(arguments: [String.someProjectName], [FileServiceError.urlAlreadyExists])
|
||||
@Test(arguments: [String.someProjectName], [FileServiceError.itemAlreadyExists])
|
||||
func task(
|
||||
name: String,
|
||||
throws error: FileServiceError
|
||||
|
||||
Reference in New Issue
Block a user