From e3dc3b9a72efaac1b31891670233bc2ab112600c Mon Sep 17 00:00:00 2001 From: Alfredo Lopez Date: Mon, 20 May 2024 22:23:38 +0200 Subject: [PATCH] FIX: fixed bad comment in unit-test executionOnBehalf --- test/ExecTransactionOnBehalf.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ExecTransactionOnBehalf.t.sol b/test/ExecTransactionOnBehalf.t.sol index bbb8205..1e742cb 100644 --- a/test/ExecTransactionOnBehalf.t.sol +++ b/test/ExecTransactionOnBehalf.t.sol @@ -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