Skip to content

Commit

Permalink
Changed test name to reflect that it was a fuzz test
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Dec 11, 2023
1 parent 098de5e commit cfabece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/RadworksDripsGovernance.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ abstract contract RadworksDripsGovernance is ProposalTest {
assertEq(drips.admin(), address(0));
}

function test_proposeNewAdminViaGovernance(address _newAdmin) public {
function testFuzz_proposeNewAdminViaGovernance(address _newAdmin) public {
assummeNotTimelock(_newAdmin);
_proposeNewAdminViaGovernance(_newAdmin);

Expand Down

0 comments on commit cfabece

Please sign in to comment.