fix issues in core
This commit is contained in:
@@ -31,7 +31,7 @@ describe('MarkNotificationReadUseCase', () => {
|
||||
findById: vi.fn(),
|
||||
update: vi.fn(),
|
||||
markAllAsReadByRecipientId: vi.fn(),
|
||||
} as unknown as INotificationRepository as any;
|
||||
};
|
||||
|
||||
logger = {
|
||||
debug: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user