diff --git a/BitwardenShared/Core/Platform/Services/TestHelpers/MockStateService.swift b/BitwardenShared/Core/Platform/Services/TestHelpers/MockStateService.swift index 734e5fe96e..a7b9b63d66 100644 --- a/BitwardenShared/Core/Platform/Services/TestHelpers/MockStateService.swift +++ b/BitwardenShared/Core/Platform/Services/TestHelpers/MockStateService.swift @@ -126,6 +126,7 @@ class MockStateService: StateService, ActiveAccountStateProvider { // swiftlint: accountVolatileData.removeValue(forKey: userId) pinProtectedUserKeyValue[userId] = nil encryptedPinByUserId[userId] = nil + pinProtectedUserKeyEnvelopeValue[userId] = nil } func updateProfile(from response: ProfileResponseModel, userId: String) async {