We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07d54f commit 9aece8aCopy full SHA for 9aece8a
test/deployment/ChangeOwnerToTimelock.t.sol
@@ -75,7 +75,6 @@ contract LegacyChangeOwnerToTimelockTest is Test {
75
76
function test_ScriptTransfersProxyAdminToTimelock() public {
77
LiquidityBridgeContractAdmin slotAdmin = _getProxyAdmin();
78
- vm.prank(address(admin));
79
slotAdmin.transferOwnership(address(script));
80
81
address[] memory proposers = new address[](1);
0 commit comments