Skip to content

Commit

Permalink
fix flaky unit test caused by missing await. probably.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaark committed Jan 14, 2025
1 parent 3cd11d3 commit e1ad11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TreasureMarketplace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ describe('TreasureMarketplace', () => {
).to.be.revertedWith('TreasureMarketplace: below min price');

// Can increase price
marketplace
await marketplace
.connect(sellerSigner)
.updateListing(
await erc1155.getAddress(),
Expand Down

0 comments on commit e1ad11d

Please sign in to comment.