Improved upon the "listArchives(_: context: )" function for the ArchiveController controller in the library target.

This commit is contained in:
2025-03-12 23:43:19 +01:00
parent dbb7aeda1b
commit a14d388321
4 changed files with 108 additions and 25 deletions
@@ -10,7 +10,7 @@ struct AppBuilderTests {
private let appBuilder = AppBuilder(
appName: "DoxyTest",
archivesFolder: "Resources/Archives/Test"
folderArchives: "Resources/Archives/Test"
)
private let arguments = TestArguments()