chore: Correctly assert test (#9695)

This commit is contained in:
Stevche Radevski
2024-10-21 20:07:13 +02:00
committed by GitHub
parent 171434e4d1
commit e81dbc754c

View File

@@ -1190,7 +1190,7 @@ moduleIntegrationTestRunner<IProductModuleService>({
expect(productsWithCollectionOne).toHaveLength(1)
expect([
expect(productsWithCollectionOne).toEqual([
expect.objectContaining({
collection: expect.objectContaining({
id: productCollectionOne.id,