From c4e20fe2520afcdf0efffd5a490cfefe79f24f7d Mon Sep 17 00:00:00 2001 From: Eridian <86061486+EridianAlpha@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:24:23 +0100 Subject: [PATCH] Update comment --- test/unit/AavePM/AaveBorrowAndWithdrawUSDCTest.t.sol | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/unit/AavePM/AaveBorrowAndWithdrawUSDCTest.t.sol b/test/unit/AavePM/AaveBorrowAndWithdrawUSDCTest.t.sol index 437e473..3b68f3b 100644 --- a/test/unit/AavePM/AaveBorrowAndWithdrawUSDCTest.t.sol +++ b/test/unit/AavePM/AaveBorrowAndWithdrawUSDCTest.t.sol @@ -157,10 +157,8 @@ contract AavePMBorrowAndWithdrawUSDCTests is AavePMTestSetup { vm.stopPrank(); } - // This test isn't something that can happen on in production since the internal function can't be + // This test is not something that can happen on in production since the internal function cannot be // accessed externally, but it is used to check the branch coverage of the flash loan. - // TODO: This was testFail, but when I added delegateCallHelper it started passing. - // So I need to check if it still covers the correct branch. function test_Exposed_BorrowAndWithdrawUSDCWithReinvestedFlashLoanChecks() public { vm.startPrank(manager1); sendEth(address(this), SEND_VALUE);