We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf1035 commit 989494aCopy full SHA for 989494a
Modules/Tests/NetworkingTests/ApplicationPassword/RequestProcessorTests.swift
@@ -450,7 +450,7 @@ final class RequestProcessorTests: XCTestCase {
450
/// Simulates race condition of multiple `updateAuthenticator` calls from different threads
451
/// Should cause a crash on old/non-synchronized `RequestProcessor` implementatoin
452
/// Should work fine on synchronized version of `RequestProcessor`
453
- func test_concurrentAuthenticatorUpdatesTriggersRaceWhenUnsynchronized() throws {
+ func test_concurrent_authenticator_updates_does_not_trigger_race_condition() throws {
454
let credentials = Networking.Credentials.wpcom(
455
username: "initial",
456
authToken: UUID().uuidString,
0 commit comments