From e50a677594eec7305dbf086181544b3fba936c31 Mon Sep 17 00:00:00 2001 From: Daniel Young Lee Date: Wed, 28 Dec 2022 12:48:27 -0800 Subject: [PATCH] Fix typo in the InvalidMatrixDetails documentation. --- src/v1/providers/testLab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v1/providers/testLab.ts b/src/v1/providers/testLab.ts index d0d0cd06a..ae9f9e584 100644 --- a/src/v1/providers/testLab.ts +++ b/src/v1/providers/testLab.ts @@ -221,7 +221,7 @@ export class ResultStorage { * - `USE_DESTINATION_ARTIFACTS`: One or more of the test targets defined in the * .xctestrun file specifies "UseDestinationArtifacts", which is disallowed. * - * - `TEST_NON_APP_HOSTED`: XC tests which run on physical devices must have + * - `TEST_NOT_APP_HOSTED`: XC tests which run on physical devices must have * "IsAppHostedTestBundle" == "true" in the xctestrun file. * * - `PLIST_CANNOT_BE_PARSED`: An Info.plist file in the XCTest zip could not be