mirror of
https://github.com/bitwarden/ios.git
synced 2026-05-02 21:01:10 -05:00
Fix warning
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user