fix issues in core
This commit is contained in:
@@ -27,7 +27,7 @@ describe('GetUnreadNotificationsUseCase', () => {
|
||||
beforeEach(() => {
|
||||
notificationRepository = {
|
||||
findUnreadByRecipientId: vi.fn(),
|
||||
} as unknown as INotificationRepository as any;
|
||||
};
|
||||
|
||||
logger = {
|
||||
debug: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user