Skip to content

Commit

Permalink
remove incorrect comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Jun 11, 2024
1 parent cf50a08 commit d3eff31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/AuthBridgeExecutor.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ contract AuthBridgeExecutorExecuteTests is AuthBridgeExecutorTestBase {
}

function test_execute_delegateCallEmptyContract() public {
// Trigger some evm error like trying to call a non-payable function
Action memory action = _getDefaultAction();
action.targets[0] = makeAddr("emptyContract");
_queueAction(action);
Expand Down Expand Up @@ -432,7 +431,6 @@ contract AuthBridgeExecutorExecuteTests is AuthBridgeExecutorTestBase {
}

function test_execute_callEmptyContract() public {
// Trigger some evm error like trying to call a non-payable function
Action memory action = _getDefaultAction();
action.targets[0] = makeAddr("emptyContract");
action.withDelegatecalls[0] = false;
Expand Down

0 comments on commit d3eff31

Please sign in to comment.