We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669acc9 commit 1555af7Copy full SHA for 1555af7
wrappers/ios/libindy-pod/Indy-demoTests/Demo Tests/Interaction.mm
@@ -321,7 +321,7 @@ - (void)testAnoncredsRevocationInteractionForIssuanceOnDemand {
321
outResponseJson:&revocRegEntryResponse];
322
XCTAssertEqual(ret.code, Success, @"signAndSubmitRequestWithPoolHandle() failed!");
323
NSDictionary *revocRegEntry = [NSDictionary fromString:revocRegEntryResponse];
324
- NSNumber *entryTxnTime = revocRegEntry[@"result"]["txnMetadata"][@"txnTime"];
+ NSNumber *entryTxnTime = revocRegEntry[@"result"][@"txnMetadata"][@"txnTime"];
325
326
// Prover gets revocation registry definition from ledger
327
NSDictionary *credential = [NSDictionary fromString:credentialJson];
0 commit comments