Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Nov 11, 2024
1 parent a5d79ea commit c414de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/4.13-verifiable-presentations.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

import {addPerTestMetadata, setupMatrix}
from './helpers.js';
import {createLocalVp, localIssuer} from './data-generator.js';
import assert from 'node:assert/strict';
import chai from 'chai';
import {createLocalVp} from './data-generator.js';
import {createRequire} from 'module';
import {filterByTag} from 'vc-test-suite-implementations';
import {TestEndpoints} from './TestEndpoints.js';
Expand Down

0 comments on commit c414de4

Please sign in to comment.