From e07cf1be6c91dafdb548f23f4aca484a0f020bba Mon Sep 17 00:00:00 2001 From: alcueca Date: Tue, 30 Jan 2024 15:24:44 +0000 Subject: [PATCH] Comment on fully divested scenario code block --- test/Unwind.t.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Unwind.t.sol b/test/Unwind.t.sol index 1a7445e..08f5316 100644 --- a/test/Unwind.t.sol +++ b/test/Unwind.t.sol @@ -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) {