commit | c01525ac83059e30aa271a2e56091805d7370551 | [log] [tgz] |
---|---|---|
author | Artem Naluzhnyy <A.Naluzhnyy@samsung.com> | Fri Aug 09 12:09:35 2019 +0200 |
committer | Artem Naluzhnyy <a.naluzhnyy@samsung.com> | Fri Aug 09 14:09:59 2019 +0000 |
tree | 9969a5eb6ea6fe9878798e8d296c73dc7648c950 | |
parent | f4753b2f9dff4c7440e2450e175bae1a04cb695d [diff] |
Fix spelling of ToastrNotificationService declaration 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
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 cb685c9..ceda3c9 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 @@ } } -describe('ToasterNotificationService', () => { +describe('ToastrNotificationService', () => { beforeEach(() => { TestBed.configureTestingModule({ providers: [ToastrNotificationService,