From 49dfb43c2a64657b9312cdb76e8c490646533958 Mon Sep 17 00:00:00 2001 From: simoleo89 Date: Wed, 20 May 2026 20:30:52 +0200 Subject: [PATCH] test(catalog): include getNodesByOfferId in useCatalogActions contract Upstream Buy/Search fix added getNodesByOfferId to the useCatalogActions filter but didn't refresh the actions-shape contract test in useCatalog.filters.test.tsx. Add the key so the test reflects the current public surface. --- src/hooks/catalog/useCatalog.filters.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/catalog/useCatalog.filters.test.tsx b/src/hooks/catalog/useCatalog.filters.test.tsx index 59b6446..4c29653 100644 --- a/src/hooks/catalog/useCatalog.filters.test.tsx +++ b/src/hooks/catalog/useCatalog.filters.test.tsx @@ -142,6 +142,7 @@ describe('useCatalog filter contract', () => 'getBuilderFurniPlaceableStatus', 'getNodeById', 'getNodeByName', + 'getNodesByOfferId', 'openCatalogByType', 'openPageById', 'openPageByName',