Defined the AppArguments protocol in the sample target and also, conformed the SampleAppArguments type to it.

This commit is contained in:
2025-09-28 22:19:42 +02:00
parent 41e26310a7
commit 90c4033a49
4 changed files with 52 additions and 6 deletions
@@ -53,5 +53,5 @@ extension Logger {
private extension String {
/// A label to assign to a test logger instance.
static let loggerLabel = "test.hummingbird-docc-middleware.logger"
static let loggerLabel = "test.hummingbird-docc.logger"
}