Skip to content

Commit

Permalink
Fix forge test cheat function name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlaprade committed Nov 6, 2024
1 parent 973a4bc commit 7648f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GovernorCountingFractional.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ contract GovernorCountingFractionalTest is Test {
returns (address)
{
vm.assume(_addr > address(0));
assumeNoPrecompiles(_addr);
assumeNotPrecompile(_addr);
vm.label(_addr, _name);
return _addr;
}
Expand Down

0 comments on commit 7648f7a

Please sign in to comment.