Skip to content

Commit

Permalink
underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Dec 8, 2023
1 parent a791e3d commit 518f054
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/credentials/tests/presentation-exchange.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ describe('PresentationExchange', () => {

describe('Presentation Exchange Spec', () => {
it('select_credentials_v1', async () => {
const jsonString = fs.readFileSync('../../test-vectors/presentation-exchange/select-credentials-v1.json', 'utf8');
const jsonString = fs.readFileSync('../../test-vectors/presentation-exchange/select_credentials_v1.json', 'utf8');
const vectors = JSON.parse(jsonString).vectors;

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

0 comments on commit 518f054

Please sign in to comment.