Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
zajck committed Nov 28, 2023
1 parent 8582b06 commit 81fc8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/protocol/SellerHandlerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ describe("SellerHandler", function () {

// Default royalty recipient is updated
const expectedRoyaltyRecipientList = new RoyaltyRecipientList([
new RoyaltyRecipient(seller.treasury, voucherInitValues.royaltyPercentage, DEFAULT_ROYALTY_RECIPIENT),
new RoyaltyRecipient(ZeroAddress, voucherInitValues.royaltyPercentage, DEFAULT_ROYALTY_RECIPIENT),
]);
const royaltyRecipientList = RoyaltyRecipientList.fromStruct(
await accountHandler.connect(rando).getRoyaltyRecipients(seller.id)
Expand Down

0 comments on commit 81fc8ea

Please sign in to comment.