From 1bef1774869cc601126c784c43ecb2413d294fcf Mon Sep 17 00:00:00 2001 From: louis Date: Mon, 8 Jan 2024 00:03:35 +0900 Subject: [PATCH] chore: fix typo --- src/helper/services/utils.service.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper/services/utils.service.spec.ts b/src/helper/services/utils.service.spec.ts index 23e6be5..beee630 100644 --- a/src/helper/services/utils.service.spec.ts +++ b/src/helper/services/utils.service.spec.ts @@ -1,7 +1,7 @@ import { SignaturePayload } from '../types/lemon-oauth-token.type'; import { calcSignature } from './utils'; -describe('UtilsSevice', () => { +describe('Utils', () => { it('calcSignature()', async () => { //! lemon-account-api //! expect2(() => service.$auth.calcSignature({ ...$auth, id:authId })).toEqual('3KGbSFllLjSjrDORGq2uj8RHpKLabrNT6hKa429lP7M=');