Skip to content

Commit 989494a

Browse files
Update race condition test name
Co-authored-by: Huong Do <[email protected]>
1 parent fdf1035 commit 989494a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Tests/NetworkingTests/ApplicationPassword/RequestProcessorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ final class RequestProcessorTests: XCTestCase {
450450
/// Simulates race condition of multiple `updateAuthenticator` calls from different threads
451451
/// Should cause a crash on old/non-synchronized `RequestProcessor` implementatoin
452452
/// Should work fine on synchronized version of `RequestProcessor`
453-
func test_concurrentAuthenticatorUpdatesTriggersRaceWhenUnsynchronized() throws {
453+
func test_concurrent_authenticator_updates_does_not_trigger_race_condition() throws {
454454
let credentials = Networking.Credentials.wpcom(
455455
username: "initial",
456456
authToken: UUID().uuidString,

0 commit comments

Comments
 (0)