Skip to content

Commit

Permalink
Comment on fully divested scenario code block
Browse files Browse the repository at this point in the history
  • Loading branch information
alcueca committed Jan 30, 2024
1 parent f52f8f7 commit e07cf1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Unwind.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ contract UnwindTest is PRBTest, StdCheats {
// Instantiate the contract-under-test.
unwind = new Unwind();

// Uncomment the block below to test in a fully divested environment
// for (uint i = 0; i < unwind.knownContractsLength(); i++) {
// address target = unwind.knownContracts(i);
// if (unwind.contractTypes(target) == Unwind.Type.STRATEGYV2 && IStrategy(target).state() == IStrategy.State.INVESTED) {
Expand Down

0 comments on commit e07cf1b

Please sign in to comment.