diff --git a/test/Integration.t.sol b/test/Integration.t.sol index 45d74b5..05bd0ed 100644 --- a/test/Integration.t.sol +++ b/test/Integration.t.sol @@ -98,7 +98,7 @@ contract IntegrationTest is DssTest { L1TokenBridgeInstance memory l1BridgeInstance = TokenBridgeDeploy.deployL1({ deployer: address(this), owner: PAUSE_PROXY, - l2GovRelay: l2BridgeInstance.govRelay, + l2GovRelay: l2GovRelay l2Bridge: address(l2Bridge), l1Messenger: L1_MESSENGER });