Skip to content

Commit

Permalink
bump web5 spec (#49)
Browse files Browse the repository at this point in the history
* bump web5 spec

* fix test
  • Loading branch information
kirahsapong authored Apr 2, 2024
1 parent 8e83a43 commit 1353f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Web5TestVectors/web5-spec
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 1353f59

Please sign in to comment.