chore: Correctly assert test (#9695)

This commit is contained in:
Stevche Radevski
2024-10-21 18:07:13 +00:00
committed by GitHub
parent 171434e4d1
commit e81dbc754c
@@ -1190,7 +1190,7 @@ moduleIntegrationTestRunner<IProductModuleService>({
expect(productsWithCollectionOne).toHaveLength(1)
expect([
expect(productsWithCollectionOne).toEqual([
expect.objectContaining({
collection: expect.objectContaining({
id: productCollectionOne.id,