From 2d56d0be107a1887af790c981736bf02ac51c7c6 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Fri, 14 Nov 2025 14:58:57 +0000 Subject: [PATCH] TestCommandTests: fix `withKnownIssue` string typo `Failes to find test executable` -> `Failed to find test executable` --- Tests/CommandsTests/TestCommandTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CommandsTests/TestCommandTests.swift b/Tests/CommandsTests/TestCommandTests.swift index 38961e48428..2d6deb16884 100644 --- a/Tests/CommandsTests/TestCommandTests.swift +++ b/Tests/CommandsTests/TestCommandTests.swift @@ -987,7 +987,7 @@ struct TestCommandTests { buildSystem: BuildSystemProvider.Kind, configuration: BuildConfiguration, ) async throws { - try await withKnownIssue("Failes to find test executable") { + try await withKnownIssue("Failed to find test executable") { try await fixture(name: "Miscellaneous/TestDiscovery/Simple") { fixturePath in // build first try await withKnownIssue("Failed to save attachment", isIntermittent: (.windows == ProcessInfo.hostOperatingSystem)) { // windows: native, debug did not record issue