website refactor
This commit is contained in:
@@ -30,7 +30,7 @@ describe('GetUnreadNotificationsUseCase', () => {
|
||||
} as unknown as Logger;
|
||||
|
||||
useCase = new GetUnreadNotificationsUseCase(
|
||||
notificationRepository as unknown as INotificationRepository,
|
||||
notificationRepository as unknown as NotificationRepository,
|
||||
logger,
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user