Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kirahsapong committed Apr 2, 2024
1 parent f4ead84 commit 4f6079e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class PresentationExchangeTests: XCTestCase {
XCTAssertNotNil(submission.id)
XCTAssertEqual(submission.definitionID, pd.id)
XCTAssertEqual(submission.descriptorMap.count, 2)
XCTAssertEqual(submission.descriptorMap[0].path, "$.verifiableCredential[0]")
XCTAssertTrue(submission.descriptorMap[0].path.starts(with: "$.verifiableCredential"))
}

func test_throwsOnCreatePresentationFromInvalidCredentials() throws {
Expand Down

0 comments on commit 4f6079e

Please sign in to comment.