Skip to content

Commit

Permalink
Remove factory impl test in fork test, which was causing many negativ…
Browse files Browse the repository at this point in the history
…es and us to ignore broken builds
  • Loading branch information
oveddan committed Nov 6, 2023
1 parent 865e179 commit b05ceaa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ contract ZoraCreator1155FactoryForkTest is ForkDeploymentConfig, Test {
address factoryAddress = deployment.factoryProxy;
ZoraCreator1155FactoryImpl factory = ZoraCreator1155FactoryImpl(factoryAddress);

assertEq(factory.implementation(), deployment.factoryImpl, "factory implementation incorrect");

assertEq(getChainConfig().factoryOwner, IOwnable(factoryAddress).owner(), string.concat("configured owner incorrect on: ", chainName));

// make sure that the address from the factory matches the stored fixed price address
Expand Down

0 comments on commit b05ceaa

Please sign in to comment.