From a3f70fd84f35916c1290b2e4cd7061d77d253d06 Mon Sep 17 00:00:00 2001 From: Jiyoon Koo Date: Tue, 7 May 2024 14:37:46 -0400 Subject: [PATCH] bumping submodule commit (#57) --- Tests/Web5TestVectors/Web5TestVectorsPresentationExchange.swift | 2 +- Tests/Web5TestVectors/web5-spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Web5TestVectors/Web5TestVectorsPresentationExchange.swift b/Tests/Web5TestVectors/Web5TestVectorsPresentationExchange.swift index 2c6904d..0555b95 100644 --- a/Tests/Web5TestVectors/Web5TestVectorsPresentationExchange.swift +++ b/Tests/Web5TestVectors/Web5TestVectorsPresentationExchange.swift @@ -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() } diff --git a/Tests/Web5TestVectors/web5-spec b/Tests/Web5TestVectors/web5-spec index 270966f..3580549 160000 --- a/Tests/Web5TestVectors/web5-spec +++ b/Tests/Web5TestVectors/web5-spec @@ -1 +1 @@ -Subproject commit 270966f0ffab6c8834ab83aeb61855d212b12723 +Subproject commit 35805494018d16bb19194e41fd98184314648315