Skip to content

Commit

Permalink
Merge branch 'main' into update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kulkarohan committed May 2, 2023
2 parents 706ac3d + 630299c commit c1cce99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/minters/redeem/ZoraCreatorRedeemMinterFactory.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ contract ZoraCreatorRedeemMinterFactoryTest is Test {
target.initialize("test", "test", ICreatorRoyaltiesControl.RoyaltyConfiguration(0, 0, address(0)), tokenAdmin, emptyData);

minterFactory = new ZoraCreatorRedeemMinterFactory();
vm.stopPrank();
}

function test_contractVersion() public {
Expand Down

0 comments on commit c1cce99

Please sign in to comment.