Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabellaSmallcombe committed Oct 11, 2023
1 parent da1f933 commit 478c5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ZoraNFTCreatorV1_Fork.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ contract ZoraNFTCreatorV1Test is Test, ForkHelper {
assertEq(drop.tokenURI(1), "DEMO");
}

// The current contracts on chain do not have the contract name check in _authorizeUpgrade
// 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 478c5ce

Please sign in to comment.