Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-lemon committed Jan 7, 2024
1 parent f3018a9 commit 1bef177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/services/utils.service.spec.ts
Original file line number Diff line number Diff line change
@@ -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=');
Expand Down

0 comments on commit 1bef177

Please sign in to comment.