]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/services/text-to-download.service.spec.ts
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / services / text-to-download.service.spec.ts
index 871c1afa3035304d908bab42a402e3725f58d50d..f9ff4d29de27559bef59db9736614d7c2bf7aa79 100644 (file)
@@ -1,6 +1,6 @@
 import { TestBed } from '@angular/core/testing';
 
-import { configureTestBed } from '../../../testing/unit-test-helper';
+import { configureTestBed } from '~/testing/unit-test-helper';
 import { TextToDownloadService } from './text-to-download.service';
 
 describe('TextToDownloadService', () => {
@@ -11,7 +11,7 @@ describe('TextToDownloadService', () => {
   });
 
   beforeEach(() => {
-    service = TestBed.get(TextToDownloadService);
+    service = TestBed.inject(TextToDownloadService);
   });
 
   it('should be created', () => {