mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fix tests
This commit is contained in:
@@ -16,7 +16,8 @@ describe('NotificationBoxComponent', () => {
|
|||||||
'color': '#D4EDDA',
|
'color': '#D4EDDA',
|
||||||
'title': 'admin-notify-dashboard.delivered',
|
'title': 'admin-notify-dashboard.delivered',
|
||||||
'config': 'NOTIFY.outgoing.delivered',
|
'config': 'NOTIFY.outgoing.delivered',
|
||||||
'count': 79
|
'count': 79,
|
||||||
|
'description': 'box description'
|
||||||
};
|
};
|
||||||
|
|
||||||
await TestBed.configureTestingModule({
|
await TestBed.configureTestingModule({
|
||||||
|
Reference in New Issue
Block a user