Skip to content

Commit

Permalink
Switch to exported filenames to base & derived fixtures.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Oct 16, 2024
1 parent ed8a171 commit ba01f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/20-bbs-verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ describe('bbs-2023 (verify)', async function() {
try {
const {base, disclosed} = testVectors;
const path = file => `./reports/${file}.json`;
await exportFixtures(base, path('base'));
await exportFixtures(base, path('base-fixtures'));
await exportFixtures(
disclosed,
path('verifier-test-fixtures')
path('derived-fixtures')
);
} catch(e) {
console.error('Failed to export test fixtures', e);
Expand Down

0 comments on commit ba01f5c

Please sign in to comment.