aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2020-01-21 14:26:51 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-21 14:26:51 +0000
commit522893397d8b07126ab66cbe11a84c798f11643f (patch)
treed6fa944acd544057077af04449c0a1bfa9d173ba
parenta7658b97a3abcaa4af92eefdf113f154b7f0fc93 (diff)
parentc01525ac83059e30aa271a2e56091805d7370551 (diff)
Merge "Fix spelling of ToastrNotificationService declaration"
-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,