Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: use compare by value in test
Browse files Browse the repository at this point in the history
  • Loading branch information
gigobyte committed May 6, 2020
1 parent bfa8a20 commit f328ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/sellers-list-market-participation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe(`${Sellers.name}`, () => {

const [marketplaceParticipations] = await sellers.listMarketplaceParticipations()

expect(marketplaceParticipations.ListMarketplaces.Marketplace).toContain(
expect(marketplaceParticipations.ListMarketplaces.Marketplace).toContainEqual(
expect.objectContaining({ MarketplaceId: amazonMarketplaces.CA.id }),
)
})
Expand Down

0 comments on commit f328ca2

Please sign in to comment.