website refactor
This commit is contained in:
@@ -43,7 +43,7 @@ describe('RequestAvatarGenerationUseCase', () => {
|
||||
} as unknown as Logger;
|
||||
|
||||
useCase = new RequestAvatarGenerationUseCase(
|
||||
avatarRepo as unknown as IAvatarGenerationRepository,
|
||||
avatarRepo as unknown as AvatarGenerationRepository,
|
||||
faceValidation as unknown as FaceValidationPort,
|
||||
avatarGeneration as unknown as AvatarGenerationPort,
|
||||
logger,
|
||||
|
||||
Reference in New Issue
Block a user