Skip to content

Commit

Permalink
fix: test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
0xgregthedev committed Feb 3, 2024
1 parent ecf67fb commit 0e78d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/StarportTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ contract StarportTest is BaseOrderTest, Stargate {
Custodian custodian;
StrategistOriginator SO;

BorrowerEnforcer borrowerEnforcer;
CaveatEnforcer borrowerEnforcer;
BorrowerEnforcerBNPL borrowerEnforcerBNPL;

LenderEnforcer lenderEnforcer;
CaveatEnforcer lenderEnforcer;

//mock the test harness as stargate
function getOwner(address) external view returns (address) {
Expand Down

0 comments on commit 0e78d02

Please sign in to comment.