diff --git a/test/src/concrete/Flow.time.t.sol b/test/src/concrete/Flow.time.t.sol index c2cfe097..11824480 100644 --- a/test/src/concrete/Flow.time.t.sol +++ b/test/src/concrete/Flow.time.t.sol @@ -11,7 +11,10 @@ import {IInterpreterStoreV2} from "rain.interpreter.interface/interface/IInterpr import {LibStackGeneration} from "test/lib/LibStackGeneration.sol"; contract FlowTimeTest is FlowTest { - function testFlowBasicFlowTime(uint256[] memory writeToStore) public { + /// `flow()` writes the eval2 `writes` array to the interpreter store + /// under `DEFAULT_STATE_NAMESPACE`. (No time semantics — see file + /// note above the contract.) + function testFlowBasicWritesKvsToStore(uint256[] memory writeToStore) public { vm.assume(writeToStore.length != 0); (IFlowV5 flow, EvaluableV2 memory evaluable) = deployFlow();