DeployMock creates viewer
This commit is contained in:
@@ -12,7 +12,7 @@ import "../src/PartyPool.sol";
|
||||
import "../lib/openzeppelin-contracts/contracts/interfaces/IERC3156FlashBorrower.sol";
|
||||
import {PartyPlanner} from "../src/PartyPlanner.sol";
|
||||
import {Deploy} from "../src/Deploy.sol";
|
||||
import {PartyPoolView} from "../src/PartyPoolView.sol";
|
||||
import {PartyPoolViewer} from "../src/PartyPoolViewer.sol";
|
||||
|
||||
/// @notice Test contract that implements the flash callback for testing flash loans
|
||||
contract FlashBorrower is IERC3156FlashBorrower {
|
||||
@@ -117,7 +117,7 @@ contract PartyPoolTest is Test {
|
||||
PartyPlanner planner;
|
||||
PartyPool pool;
|
||||
PartyPool pool10;
|
||||
PartyPoolView viewer;
|
||||
PartyPoolViewer viewer;
|
||||
|
||||
address alice;
|
||||
address bob;
|
||||
|
||||
Reference in New Issue
Block a user