diff --git a/packages/credentials/tests/presentation-exchange.spec.ts b/packages/credentials/tests/presentation-exchange.spec.ts index 688b36a4e..03b1db0ca 100644 --- a/packages/credentials/tests/presentation-exchange.spec.ts +++ b/packages/credentials/tests/presentation-exchange.spec.ts @@ -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 { @@ -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;