Closed mdmathias closed 1 year ago
This PR moves .failedToConvertKeychainDataToAuthSession from AuthSession.Error to KeychainStore.Error, uses it in the latter, and also renames some tests in KeychainStoreTests to better match method names.
.failedToConvertKeychainDataToAuthSession
AuthSession.Error
KeychainStore.Error
KeychainStoreTests
This PR moves
.failedToConvertKeychainDataToAuthSession
fromAuthSession.Error
toKeychainStore.Error
, uses it in the latter, and also renames some tests inKeychainStoreTests
to better match method names.