fix issues in core
This commit is contained in:
@@ -29,7 +29,7 @@ describe('GetAvatarUseCase', () => {
|
||||
avatarRepo = {
|
||||
findActiveByDriverId: vi.fn(),
|
||||
save: vi.fn(),
|
||||
} as unknown as IAvatarRepository as any;
|
||||
};
|
||||
|
||||
logger = {
|
||||
debug: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user