]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-details/pool-details.component.spec.ts
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / pool / pool-details / pool-details.component.spec.ts
index 4bf43944a140667bd44fb1c884ecf296838c75d8..f649c0d235228edaef598703d8b316e5ae0f4155 100644 (file)
@@ -41,7 +41,6 @@ describe('PoolDetailsComponent', () => {
           pool: 0
         }
       ];
-      poolDetailsComponent.selection.update();
     });
 
     it('should recognize a tabset child', () => {
@@ -64,7 +63,6 @@ describe('PoolDetailsComponent', () => {
           tiers: []
         }
       ];
-      poolDetailsComponent.selection.update();
       fixture.detectChanges();
       const tabs = poolDetailsComponent.tabsetChild.tabs;
       expect(tabs.length).toEqual(2);