From 5dcd52da265862ab0d107bc0e3189fc7e0ce7377 Mon Sep 17 00:00:00 2001 From: FrancescoMolinaro Date: Thu, 18 Jan 2024 17:35:42 +0100 Subject: [PATCH] fix tests --- .../shared/notification-box/notification-box.component.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shared/notification-box/notification-box.component.spec.ts b/src/app/shared/notification-box/notification-box.component.spec.ts index a4118f81e3..1583e3e7f3 100644 --- a/src/app/shared/notification-box/notification-box.component.spec.ts +++ b/src/app/shared/notification-box/notification-box.component.spec.ts @@ -16,7 +16,8 @@ describe('NotificationBoxComponent', () => { 'color': '#D4EDDA', 'title': 'admin-notify-dashboard.delivered', 'config': 'NOTIFY.outgoing.delivered', - 'count': 79 + 'count': 79, + 'description': 'box description' }; await TestBed.configureTestingModule({