diff --git a/src/FraxTest.sol b/src/FraxTest.sol index bc331e8..2595bc8 100644 --- a/src/FraxTest.sol +++ b/src/FraxTest.sol @@ -6,7 +6,7 @@ import { VmHelper } from "./VmHelper.sol"; import { Strings } from "./StringsHelper.sol"; abstract contract FraxTest is VmHelper, Test { - /// @notice Chain State Storage + /// @notice Differential State Storage uint256[] internal snapShotIds; function()[] internal setupFunctions;