From b06a94be4c30c68e803a3235af952924dc4f33df Mon Sep 17 00:00:00 2001 From: Quantum Explorer Date: Thu, 6 Aug 2026 02:39:08 +0700 Subject: [PATCH] fix(docs): point parity manifest at the renamed identity-resume test #4015 renamed testInvitationVouchersAreExcludedFromResumableList to testFundingTypeGateAcceptsOnlyGenericIdentityResumeTypes in CreateIdentityResumableTests.swift but left the manifest entry behind, so check_sdk_parity_manifest.py fails on every PR against v4.2-dev. Co-Authored-By: Claude Fable 5 --- docs/sdk/sdk-parity-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/sdk-parity-manifest.json b/docs/sdk/sdk-parity-manifest.json index 8d7e023a197..26101839912 100644 --- a/docs/sdk/sdk-parity-manifest.json +++ b/docs/sdk/sdk-parity-manifest.json @@ -630,7 +630,7 @@ "host": "swift", "kind": "unit", "file": "packages/swift-sdk/SwiftExampleApp/SwiftExampleAppTests/CreateIdentityResumableTests.swift", - "id": "testInvitationVouchersAreExcludedFromResumableList", + "id": "testFundingTypeGateAcceptsOnlyGenericIdentityResumeTypes", "command": "xcodebuild test -project packages/swift-sdk/SwiftExampleApp/SwiftExampleApp.xcodeproj -scheme SwiftExampleApp", "covers_restart": false },