Skip to content

Commit

Permalink
fix: fix lint/lib issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anticlimactic committed Mar 23, 2022
1 parent 457f72d commit bd07c13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/utils/StrategyFixture.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ contract StrategyFixture is ExtendedDSTest, stdCheats {
// we use custom names that are unlikely to cause collisions so this contract
// can be inherited easily
// TODO: see if theres a better way to use this
// Vm public constant vm_std_cheats = Vm(address(uint160(uint256(keccak256("hevm cheat code")))));
Vm public constant vm_std_cheats =
Vm(address(uint160(uint256(keccak256("hevm cheat code")))));

IVault public vault;
Strategy public strategy;
Expand Down

0 comments on commit bd07c13

Please sign in to comment.