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
}\r
}\r
\r
-describe('ToasterNotificationService', () => {\r
+describe('ToastrNotificationService', () => {\r
beforeEach(() => {\r
TestBed.configureTestingModule({\r
providers: [ToastrNotificationService,\r