Skip to content

Commit 04614bc

Browse files
committed
test: fix typo in test
1 parent e731e7e commit 04614bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/__tests__/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import {
88
verifyPresentationPayloadOptions
99
} from '../index'
1010
import { decodeJWT } from 'did-jwt'
11+
import { Resolvable } from 'did-resolver'
1112
import { DEFAULT_VC_TYPE, DEFAULT_VP_TYPE, DEFAULT_CONTEXT } from '../constants'
1213
import {
1314
validateContext,
@@ -17,7 +18,7 @@ import {
1718
validateVpType,
1819
validateCredentialSubject
1920
} from '../validators'
20-
import { CreatePresentationOptions, Resolvable, VerifyPresentationOptions } from '../types'
21+
import { CreatePresentationOptions, VerifyPresentationOptions } from '../types'
2122

2223
jest.mock('../validators')
2324

0 commit comments

Comments
 (0)