Skip to content

Commit

Permalink
rename (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal authored Dec 19, 2023
1 parent c351302 commit 5f364bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/credentials/tests/presentation-exchange.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { Validated, PresentationDefinitionV2 } from '../src/presentation-ex

import { VerifiableCredential } from '../src/verifiable-credential.js';
import { PresentationExchange } from '../src/presentation-exchange.js';
import PresentationExchangeSelectCredentialsSpec from '../../../test-vectors/presentation_exchange/select_credentials.json' assert { type: 'json' };
import PresentationExchangeSelectCredentialsTestVector from '../../../test-vectors/presentation_exchange/select_credentials.json' assert { type: 'json' };


class BitcoinCredential {
Expand Down Expand Up @@ -215,9 +215,9 @@ describe('PresentationExchange', () => {
});
});

describe('Web5TestVectorsPresentationExchangeSpec', () => {
describe('Web5TestVectorsPresentationExchange', () => {
it('select_credentials', async () => {
const vectors = PresentationExchangeSelectCredentialsSpec.vectors;
const vectors = PresentationExchangeSelectCredentialsTestVector.vectors;

for (let i = 0; i < vectors.length; i++) {
const input = vectors[i].input;
Expand Down

0 comments on commit 5f364bc

Please sign in to comment.