Skip to content

Commit

Permalink
added abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikd-dev committed Aug 8, 2024
1 parent 532ef84 commit 1871980
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions test/concrete/flow/FlowConstructionInitializeTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,9 @@ import {EvaluableConfigV3} from "rain.interpreter.interface/interface/IInterpret
import {Flow} from "src/concrete/basic/Flow.sol";
import {CloneFactory} from "rain.factory/src/concrete/CloneFactory.sol";
import {FlowUtilsAbstractTest} from "test/abstract/FlowUtilsAbstractTest.sol";
import {FlowBaseTest} from "test/abstract/FlowBaseTest.sol";

contract FlowConstructionInitializeTest is InterpreterMockTest, FlowUtilsAbstractTest {
CloneFactory internal immutable iCloneFactory;
IFlowV5 internal immutable iFlowImplementation;

constructor() {
vm.pauseGasMetering();
iCloneFactory = new CloneFactory();
iFlowImplementation = new Flow();
vm.resumeGasMetering();
}
contract FlowConstructionInitializeTest is FlowBaseTest {

function testFlowConstructionInitialize(address expression, bytes memory bytecode, uint256[] memory constants)
external
Expand Down

0 comments on commit 1871980

Please sign in to comment.