Fix warning

This commit is contained in:
Katherine Bertelsen
2026-04-07 12:57:48 -05:00
parent 399452592c
commit 98aca51d9e

View File

@@ -67,7 +67,7 @@ final class KeychainRepositoryServerCommunicationConfigTests: BitwardenTestCase
///
func test_getServerCommunicationConfig_notFound_keyNotFound() async throws {
keychainServiceFacade.getValueThrowableError = KeychainServiceError.keyNotFound(
BitwardenKeychainItem.serverCommunicationConfig(hostname: "example.com")
BitwardenKeychainItem.serverCommunicationConfig(hostname: "example.com"),
)
let result = try await subject.getServerCommunicationConfig(hostname: "example.com")