]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/back-button/back-button.component.spec.ts
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / back-button / back-button.component.spec.ts
index 150e0567a169159026b876b8e3b96ea5ceac836e..d3120a28334cbd6baa86b2be1501d1d0e92ccebb 100644 (file)
@@ -1,7 +1,7 @@
 import { ComponentFixture, TestBed } from '@angular/core/testing';
 import { RouterTestingModule } from '@angular/router/testing';
 
-import { configureTestBed, i18nProviders } from '../../../../testing/unit-test-helper';
+import { configureTestBed } from '~/testing/unit-test-helper';
 import { BackButtonComponent } from './back-button.component';
 
 describe('BackButtonComponent', () => {
@@ -10,8 +10,7 @@ describe('BackButtonComponent', () => {
 
   configureTestBed({
     imports: [RouterTestingModule],
-    declarations: [BackButtonComponent],
-    providers: [i18nProviders]
+    declarations: [BackButtonComponent]
   });
 
   beforeEach(() => {