Skip to content

Commit

Permalink
ew-1009: review change
Browse files Browse the repository at this point in the history
  • Loading branch information
HKayed committed Oct 29, 2024
1 parent 0504b10 commit c4f167c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ import { CardListResponse, CardResponse } from './cards-api-client/models';
import { CardClientAdapter } from './card-client.adapter';
import { BoardCardApi } from './cards-api-client';

const jwtToken = faker.string.uuid();

describe(CardClientAdapter.name, () => {
const jwtToken = faker.string.alphanumeric(20);
let module: TestingModule;
let adapterUnderTest: CardClientAdapter;
let cardApiMock: DeepMocked<BoardCardApi>;
Expand Down

0 comments on commit c4f167c

Please sign in to comment.