Skip to content

Commit

Permalink
FIX: fixed bad comment in unit-test executionOnBehalf
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredolopez80 committed May 20, 2024
1 parent 157e16e commit e3dc3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ExecTransactionOnBehalf.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ contract ExecTransactionOnBehalf is DeployHelper, SignersHelper {
);
}

// // Revert ZeroAddressProvided() execTransactionOnBehalf when param "org" is address(0)
// // Revert ZeroAddressProvided() execTransactionOnBehalf when param "org" is bytes32(0)
// // Scenario 3
// // Caller: rootAddr (org)
// // Caller Type: rootSafe
Expand Down

0 comments on commit e3dc3b9

Please sign in to comment.