Skip to content

Commit

Permalink
Add tests for DecentHatsModificationModule
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Oct 31, 2024
1 parent c6b81ab commit 18d6bfd
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/DecentHatsModificationModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract DecentHatsModificationModule is DecentHatsUtils {
* to avoid a race condition where not more than one active proposal to create a new role can exist at a time.
* See: https://github.com/decentdao/decent-interface/issues/2402
*/
function createTestFobarrNewRoleHat(
function createRoleHat(
CreateTermedOrUntermedRoleHatParams calldata params
) external {
_processHat(
Expand Down
Loading

0 comments on commit 18d6bfd

Please sign in to comment.