From e4f9d38e822976a67a3203e697c0fbbdf39275f7 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Tue, 25 Aug 2026 16:47:17 -0300 Subject: [PATCH] fix(checkout): refresh expired carts --- src/app/core/layout/store-layout/store-layout.component.spec.ts | 1 - 1 file changed, 1 deletion(-) 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();