From b05ceaa83d525f68d52786365d57dc8381716fcd Mon Sep 17 00:00:00 2001 From: Dan Oved Date: Mon, 6 Nov 2023 11:59:51 -0800 Subject: [PATCH] Remove factory impl test in fork test, which was causing many negatives and us to ignore broken builds --- .../protocol-deployments/test/ZoraCreator1155Factory_Fork.t.sol | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/protocol-deployments/test/ZoraCreator1155Factory_Fork.t.sol b/packages/protocol-deployments/test/ZoraCreator1155Factory_Fork.t.sol index 8ba6a23fd..47343f428 100644 --- a/packages/protocol-deployments/test/ZoraCreator1155Factory_Fork.t.sol +++ b/packages/protocol-deployments/test/ZoraCreator1155Factory_Fork.t.sol @@ -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