From e81dbc754c98529aa688a45237b8e54fdafd12c0 Mon Sep 17 00:00:00 2001 From: Stevche Radevski Date: Mon, 21 Oct 2024 20:07:13 +0200 Subject: [PATCH] chore: Correctly assert test (#9695) --- .../__tests__/product-module-service/products.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/modules/product/integration-tests/__tests__/product-module-service/products.spec.ts b/packages/modules/product/integration-tests/__tests__/product-module-service/products.spec.ts index 4271c828de..fbfecddd4c 100644 --- a/packages/modules/product/integration-tests/__tests__/product-module-service/products.spec.ts +++ b/packages/modules/product/integration-tests/__tests__/product-module-service/products.spec.ts @@ -1190,7 +1190,7 @@ moduleIntegrationTestRunner({ expect(productsWithCollectionOne).toHaveLength(1) - expect([ + expect(productsWithCollectionOne).toEqual([ expect.objectContaining({ collection: expect.objectContaining({ id: productCollectionOne.id,