Skip to content

Commit

Permalink
chore: Correctly assert test (#9695)
Browse files Browse the repository at this point in the history
  • Loading branch information
sradevski authored Oct 21, 2024
1 parent 171434e commit e81dbc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ moduleIntegrationTestRunner<IProductModuleService>({

expect(productsWithCollectionOne).toHaveLength(1)

expect([
expect(productsWithCollectionOne).toEqual([
expect.objectContaining({
collection: expect.objectContaining({
id: productCollectionOne.id,
Expand Down

0 comments on commit e81dbc7

Please sign in to comment.