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 4271c828de193..fbfecddd4c799 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,