Skip to content

Commit

Permalink
Update test/Integration.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: sunbreak1211 <[email protected]>
  • Loading branch information
telome and sunbreak1211 authored Aug 20, 2024
1 parent 9d82c7c commit a9afb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Integration.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down

0 comments on commit a9afb22

Please sign in to comment.