diff options
Diffstat (limited to 'so-monitoring/so-monitoring-ui')
-rw-r--r-- | so-monitoring/so-monitoring-ui/src/main/frontend/src/app/toastr-notification-service.service.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/so-monitoring/so-monitoring-ui/src/main/frontend/src/app/toastr-notification-service.service.spec.ts b/so-monitoring/so-monitoring-ui/src/main/frontend/src/app/toastr-notification-service.service.spec.ts index cb685c9e98..ceda3c9ea9 100644 --- a/so-monitoring/so-monitoring-ui/src/main/frontend/src/app/toastr-notification-service.service.spec.ts +++ b/so-monitoring/so-monitoring-ui/src/main/frontend/src/app/toastr-notification-service.service.spec.ts @@ -29,7 +29,7 @@ class StubbedToastrNotificationService extends ToastrNotificationService { }
}
-describe('ToasterNotificationService', () => {
+describe('ToastrNotificationService', () => {
beforeEach(() => {
TestBed.configureTestingModule({
providers: [ToastrNotificationService,
|