diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2020-01-21 14:26:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-21 14:26:51 +0000 |
commit | 522893397d8b07126ab66cbe11a84c798f11643f (patch) | |
tree | d6fa944acd544057077af04449c0a1bfa9d173ba /so-monitoring/so-monitoring-ui/src/main/frontend | |
parent | a7658b97a3abcaa4af92eefdf113f154b7f0fc93 (diff) | |
parent | c01525ac83059e30aa271a2e56091805d7370551 (diff) |
Merge "Fix spelling of ToastrNotificationService declaration"
Diffstat (limited to 'so-monitoring/so-monitoring-ui/src/main/frontend')
-rw-r--r-- | so-monitoring/so-monitoring-ui/src/main/frontend/src/app/toastr-notification-service.service.spec.ts | 2 |
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,
|