Skip to content

Commit

Permalink
chore: comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed May 28, 2024
1 parent 7ada60b commit 35ef998
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/invariants/fuzz/Greeter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ interface IHevm {
}

contract InvariantGreeter {
// See https://github.com/a16z/halmos-cheatcodes?tab=readme-ov-file
IHevm internal _hevm = IHevm(0x7109709ECfa91a80626fF3989D68f67F5b1DD12D);

Greeter internal _targetContract;
Expand Down
2 changes: 1 addition & 1 deletion test/invariants/symbolic/Greeter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity 0.8.23;
import {Greeter, IERC20} from 'contracts/Greeter.sol';

import {Test} from 'forge-std/Test.sol';
import {SymTest} from 'halmos-cheatcodes/src/SymTest.sol';
import {SymTest} from 'halmos-cheatcodes/src/SymTest.sol'; // See https://github.com/a16z/halmos-cheatcodes?tab=readme-ov-file

Check warning on line 7 in test/invariants/symbolic/Greeter.t.sol

View workflow job for this annotation

GitHub Actions / Lint Commit Messages

Line length must be no more than 120 but current length is 126

contract SymbolicGreeter is SymTest, Test {
Greeter public targetContract;
Expand Down

0 comments on commit 35ef998

Please sign in to comment.