Skip to content

Commit

Permalink
feat: add comment to test_ForkUpgradeWithDifferentContractName
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabellaSmallcombe committed Oct 11, 2023
1 parent 2724fe1 commit da1f933
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ZoraNFTCreatorV1_Fork.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit da1f933

Please sign in to comment.