diff --git a/test/src/abstract/DecimalFloatDeployChain.t.sol b/test/src/abstract/DecimalFloatDeployChain.t.sol index 0d06763..c8ee196 100644 --- a/test/src/abstract/DecimalFloatDeployChain.t.sol +++ b/test/src/abstract/DecimalFloatDeployChain.t.sol @@ -11,11 +11,8 @@ import {LibEtchLogTables} from "script/lib/LibEtchLogTables.sol"; /// frozen release of the log tables and of `DecimalFloat` is live, with the /// code it froze, on every supported network. /// -/// This repo has cut no release under the frozen-record model yet, so -/// `releasedSuites()` is empty and the inherited test has no subject and forks -/// nothing. It gains one the moment the first `src/generated//` lands. The -/// live CURRENT pins are checked by `LibDecimalFloatDeployProdTest`, which is a -/// different claim: the candidate is what the NEXT release will be, and a +/// The live CURRENT pins are checked by `LibDecimalFloatDeployProdTest`, which +/// is a different claim: the candidate is what the NEXT release will be, and a /// released suite is a deployment that already happened. contract DecimalFloatDeployChainTest is DecimalFloatDeploySuites, RainDeployVerifyChain { /// Plants the log tables for the same reason the snapshot suite does: the