From bad20786f4a56ca6dcb0d78351a3b4d5e6dff74e Mon Sep 17 00:00:00 2001 From: 3a4oT Date: Tue, 12 Mar 2024 20:14:43 +0200 Subject: [PATCH] cleanup --- FlagsmithClient/Tests/APIManagerTests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/FlagsmithClient/Tests/APIManagerTests.swift b/FlagsmithClient/Tests/APIManagerTests.swift index c001b5a..083e2f8 100644 --- a/FlagsmithClient/Tests/APIManagerTests.swift +++ b/FlagsmithClient/Tests/APIManagerTests.swift @@ -60,7 +60,6 @@ final class APIManagerTests: FlagsmithClientTestCase { } - @MainActor func testConcurrentRequests() throws { apiManager.apiKey = "8D5ABC87-6BBF-4AE7-BC05-4DC1AFE770DF" let concurrentQueue = DispatchQueue(label: "concurrentQueue", attributes: .concurrent)