Skip to content

Commit 1555af7

Browse files
committed
Fixed iOS anoncreds interaction test
Signed-off-by: artem.ivanov <[email protected]>
1 parent 669acc9 commit 1555af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrappers/ios/libindy-pod/Indy-demoTests/Demo Tests/Interaction.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ - (void)testAnoncredsRevocationInteractionForIssuanceOnDemand {
321321
outResponseJson:&revocRegEntryResponse];
322322
XCTAssertEqual(ret.code, Success, @"signAndSubmitRequestWithPoolHandle() failed!");
323323
NSDictionary *revocRegEntry = [NSDictionary fromString:revocRegEntryResponse];
324-
NSNumber *entryTxnTime = revocRegEntry[@"result"]["txnMetadata"][@"txnTime"];
324+
NSNumber *entryTxnTime = revocRegEntry[@"result"][@"txnMetadata"][@"txnTime"];
325325

326326
// Prover gets revocation registry definition from ledger
327327
NSDictionary *credential = [NSDictionary fromString:credentialJson];

0 commit comments

Comments
 (0)