Skip to content

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
kulkarohan committed Sep 12, 2023
1 parent d40ab92 commit 815b46d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/nft/ZoraCreator1155.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -790,8 +790,6 @@ contract ZoraCreator1155Test is Test {
vm.prank(collector);
target.mintWithRewards{value: totalValue}(fixedPriceMinter, tokenId, quantity, abi.encode(recipient), address(0));

(, , address fundsRecipient, , , ) = target.config();

assertEq(address(target).balance, totalSale);

assertEq(protocolRewards.balanceOf(recipient), settings.firstMinterReward);
Expand Down

0 comments on commit 815b46d

Please sign in to comment.