diff --git a/src/app/core/layout/store-layout/store-layout.component.spec.ts b/src/app/core/layout/store-layout/store-layout.component.spec.ts index a55b4d0..2f6f160 100644 --- a/src/app/core/layout/store-layout/store-layout.component.spec.ts +++ b/src/app/core/layout/store-layout/store-layout.component.spec.ts @@ -706,7 +706,6 @@ describe('StoreLayoutComponent', () => { const loadCart = vi.spyOn(TestBed.inject(CartService), 'loadCart'); fixture.detectChanges(); loadCart.mockClear(); - fixture.detectChanges(); await (fixture.componentInstance as any).onCheckoutClick();