summaryrefslogtreecommitdiffstats
path: root/so-monitoring
diff options
context:
space:
mode:
authorArtem Naluzhnyy <A.Naluzhnyy@samsung.com>2019-08-09 12:09:35 +0200
committerArtem Naluzhnyy <a.naluzhnyy@samsung.com>2019-08-09 14:09:59 +0000
commitc01525ac83059e30aa271a2e56091805d7370551 (patch)
tree9969a5eb6ea6fe9878798e8d296c73dc7648c950 /so-monitoring
parentf4753b2f9dff4c7440e2450e175bae1a04cb695d (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
Diffstat (limited to 'so-monitoring')
-rw-r--r--so-monitoring/so-monitoring-ui/src/main/frontend/src/app/toastr-notification-service.service.spec.ts2
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,