Fix spelling of ToastrNotificationService declaration 81/93181/2
authorArtem Naluzhnyy <A.Naluzhnyy@samsung.com>
Fri, 9 Aug 2019 10:09:35 +0000 (12:09 +0200)
committerArtem Naluzhnyy <a.naluzhnyy@samsung.com>
Fri, 9 Aug 2019 14:09:59 +0000 (14:09 +0000)
All references use "ToastrNotificationService" spelling instead of
"ToasterNotificationService". E.g. in:
* app.module.ts line #36
* data.service.spec.ts line #30
* details.component.spec.ts line #35
* home.component.spec.ts line #36
* http-error-handler.service.spec.ts line #26

Coverity-scan: CID-218328
Issue-ID: SO-2211
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I8e6bf72450e3c5fe938f53103bea505f2a2aad51

so-monitoring/so-monitoring-ui/src/main/frontend/src/app/toastr-notification-service.service.spec.ts

index cb685c9..ceda3c9 100644 (file)
@@ -29,7 +29,7 @@ class StubbedToastrNotificationService extends ToastrNotificationService {
   }\r
 }\r
 \r
-describe('ToasterNotificationService', () => {\r
+describe('ToastrNotificationService', () => {\r
   beforeEach(() => {\r
     TestBed.configureTestingModule({\r
       providers: [ToastrNotificationService,\r