Skip to content

Commit

Permalink
update fork test
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash committed Sep 22, 2023
1 parent 3fad068 commit 98cc164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ZoraNFTCreatorV1_Fork.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ contract ZoraNFTCreatorV1Test is Test, ForkHelper {
DEFAULT_FUNDS_RECIPIENT_ADDRESS,
makeDefaultSalesConfiguration(0),
mockRenderer,
""
"",
address(0)
);
ERC721Drop drop = ERC721Drop(payable(deployedDrop));
ERC721Drop.SaleDetails memory saleDetails = drop.saleDetails();
Expand Down

0 comments on commit 98cc164

Please sign in to comment.