Skip to content

Commit 9aece8a

Browse files
committed
refactor: remove prank call from test_ScriptTransfersProxyAdminToTimelock function
1 parent c07d54f commit 9aece8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/deployment/ChangeOwnerToTimelock.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ contract LegacyChangeOwnerToTimelockTest is Test {
7575

7676
function test_ScriptTransfersProxyAdminToTimelock() public {
7777
LiquidityBridgeContractAdmin slotAdmin = _getProxyAdmin();
78-
vm.prank(address(admin));
7978
slotAdmin.transferOwnership(address(script));
8079

8180
address[] memory proposers = new address[](1);

0 commit comments

Comments
 (0)