From a9afb22be4ae38d0ade2946fe14a0bb2863727eb Mon Sep 17 00:00:00 2001 From: telome <130504305+telome@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:52:33 +0200 Subject: [PATCH] Update test/Integration.t.sol Co-authored-by: sunbreak1211 <129470872+sunbreak1211@users.noreply.github.com> --- test/Integration.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });