Skip to content

Commit

Permalink
Minor fix to type only import in VP tests
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Feb 22, 2024
1 parent f56c926 commit 62f8c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/credentials/tests/verifiable-presentation.spec.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import type { BearerDid } from '@web5/dids';
import type { PresentationSubmission } from '@sphereon/pex-models';

import { expect } from 'chai';
import { DidKey } from '@web5/dids';

import { Jwt } from '../src/jwt.js';
import { VerifiablePresentation } from '../src/verifiable-presentation.js';
import { PresentationSubmission } from '@sphereon/pex-models';

const validVcJwt = 'eyJraWQiOiJkaWQ6a2V5OnpRM3NoZ0NqVmZucldxOUw3cjFRc3oxcmlRUldvb3pid2dKYkptTGdxRFB2OXNnNGIjelEzc' +
'2hnQ2pWZm5yV3E5TDdyMVFzejFyaVFSV29vemJ3Z0piSm1MZ3FEUHY5c2c0YiIsInR5cCI6IkpXVCIsImFsZyI6IkVTMjU2SyJ9.eyJpc3Mi' +
Expand Down

0 comments on commit 62f8c70

Please sign in to comment.