diff --git a/test/ZoraNFTCreatorV1_Fork.t.sol b/test/ZoraNFTCreatorV1_Fork.t.sol index 64b5cb0..1566f7e 100644 --- a/test/ZoraNFTCreatorV1_Fork.t.sol +++ b/test/ZoraNFTCreatorV1_Fork.t.sol @@ -190,6 +190,8 @@ contract ZoraNFTCreatorV1Test is Test, ForkHelper { assertEq(drop.tokenURI(1), "DEMO"); } + // The current contracts on chain do not have the contract name check in _authorizeUpgrade + // so it will not check for miss matched contract names. In order to get around that we upgrade first and then check function test_ForkUpgradeWithDifferentContractName() external { string[] memory forkTestChains = getForkTestChains();