Skip to content

Commit 6d4c0a5

Browse files
authored
Fix typo in the InvalidMatrixDetails documentation. (#1332)
Fixes #695
1 parent bcf41c6 commit 6d4c0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/providers/testLab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export class ResultStorage {
221221
* - `USE_DESTINATION_ARTIFACTS`: One or more of the test targets defined in the
222222
* .xctestrun file specifies "UseDestinationArtifacts", which is disallowed.
223223
*
224-
* - `TEST_NON_APP_HOSTED`: XC tests which run on physical devices must have
224+
* - `TEST_NOT_APP_HOSTED`: XC tests which run on physical devices must have
225225
* "IsAppHostedTestBundle" == "true" in the xctestrun file.
226226
*
227227
* - `PLIST_CANNOT_BE_PARSED`: An Info.plist file in the XCTest zip could not be

0 commit comments

Comments
 (0)