Skip to content

Commit 89f2765

Browse files
committed
fix: esilnt
Signed-off-by: Timo Glastra <[email protected]>
1 parent d69f992 commit 89f2765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/src/crypto/__tests__/JwsService.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { AgentContext } from '../../agent'
2-
import { X509Certificate, X509ModuleConfig, X509Service, type Key, type Wallet } from '@credo-ts/core'
2+
import type { X509Certificate, Key, Wallet } from '@credo-ts/core'
33

44
import { InMemoryWallet } from '../../../../../tests/InMemoryWallet'
55
import { getAgentConfig, getAgentContext } from '../../../tests/helpers'
@@ -14,6 +14,8 @@ import * as didJwsz6Mkf from './__fixtures__/didJwsz6Mkf'
1414
import * as didJwsz6Mkv from './__fixtures__/didJwsz6Mkv'
1515
import * as didJwszDnaey from './__fixtures__/didJwszDnaey'
1616

17+
import { X509ModuleConfig, X509Service } from '@credo-ts/core'
18+
1719
describe('JwsService', () => {
1820
let wallet: Wallet
1921
let agentContext: AgentContext
@@ -234,8 +236,6 @@ describe('JwsService', () => {
234236
})
235237

236238
it('throws error when verifying jws with more than one of x5c, jwk, kid (with did)', async () => {
237-
const payload = JsonEncoder.toBuffer(didJwsz6Mkf.DATA_JSON)
238-
239239
await expect(
240240
jwsService.verifyJws(agentContext, {
241241
jws: {

0 commit comments

Comments
 (0)