From fe00dce44ebefc5bcb682fd21c70b777d2dc8c00 Mon Sep 17 00:00:00 2001 From: Matt Czech Date: Mon, 30 Sep 2024 16:08:17 -0500 Subject: [PATCH] PM-12976: Fix test that needs main actor attribute --- BitwardenShared/Core/Auth/Services/AuthServiceTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/BitwardenShared/Core/Auth/Services/AuthServiceTests.swift b/BitwardenShared/Core/Auth/Services/AuthServiceTests.swift index 54720a888f..acc00f59ef 100644 --- a/BitwardenShared/Core/Auth/Services/AuthServiceTests.swift +++ b/BitwardenShared/Core/Auth/Services/AuthServiceTests.swift @@ -466,6 +466,7 @@ class AuthServiceTests: BitwardenTestCase { // swiftlint:disable:this type_body_ /// `loginWithMasterPassword(_:username:captchaToken:)` logs the user in with the password for /// a newly created account and logs an error instead of throwing if setting the account setup /// progress fails. + @MainActor func test_loginWithMasterPassword_isNewAccount_accountSetupError() async throws { client.results = [ .httpSuccess(testData: .preLoginSuccess),