Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
highskore committed Dec 6, 2024
1 parent aecb25e commit f8460fe
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 or the validator is installed
// Revert if validator is not 0x0 and the validator is installed
if (
validator != address(0x0)
&& isModuleInstalled(instance, MODULE_TYPE_VALIDATOR, validator, "")
Expand Down

0 comments on commit f8460fe

Please sign in to comment.