Skip to content

Commit

Permalink
chore: fix comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
highskore committed Dec 6, 2024
1 parent 0675f12 commit 413fd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/helpers/SafeHelpers.sol
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ contract SafeHelpers is HelperBase {
deployAccountForAction(instance)
returns (bytes32)
{
// Revert if validator is not 0x0 and the validator is installed
// Revert if validator is installed
if (isModuleInstalled(instance, MODULE_TYPE_VALIDATOR, validator, "")) {
revert("formatERC1271Hash: validator is installed");
}
Expand Down

0 comments on commit 413fd4b

Please sign in to comment.