Skip to content

Commit 01cc17f

Browse files
remove unused mock function
1 parent ce8db22 commit 01cc17f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/token-decoder.service.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ vi.mock("@/features/common/services/utils", () => ({
3030

3131
vi.mock("@/features/common/services/jwt.service", () => ({
3232
validateSymmetricSecret: vi.fn(),
33-
validateAsymmetricKey: vi.fn(),
3433
validateJwtFormat: vi.fn(),
3534
isHmacAlg: vi.fn(),
3635
isDigitalSignatureAlg: vi.fn(),

0 commit comments

Comments
 (0)