Skip to content

Commit

Permalink
bumping submodule commit (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyoontbd committed May 7, 2024
1 parent 40a726d commit a3f70fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ final class Web5TestVectorsPresentationExchange: XCTestCase {

/// Select valid credentials from each of the inputs, make sure it matches output
let result = try PresentationExchange.selectCredentials(vcJWTs: vector.input.credentialJwts, presentationDefinition: vector.input.presentationDefinition)
XCTAssertEqual(result.sorted(), vector.output!.selectedCredentials.sorted())
XCTAssertEqual(result.sorted(), vector.output!.selectedCredentials.sorted(), vector.description)
expectation.fulfill()
}

Expand Down

0 comments on commit a3f70fd

Please sign in to comment.