feat: cli client test updates
Some checks failed
CI / Run Tests (push) Failing after 3h8m1s

This commit is contained in:
2024-11-18 17:16:44 -05:00
parent 24f2ad63a7
commit 756fd0bccf
2 changed files with 20 additions and 2 deletions

View File

@@ -192,8 +192,7 @@ extension MQTTClient.Version {
}
}
@_spi(Internal)
public extension Logger.Level {
extension Logger.Level {
/// Parse a `Logger.Level` from the loaded `EnvVars`.
static func from(environment envVars: EnvVars) -> Self {