From 1888eb600bc921da9c338efe69abbed0e47343b4 Mon Sep 17 00:00:00 2001 From: Andrew Chiaramonte Date: Wed, 11 Dec 2024 20:52:40 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20add=20oracle=20data=20required?= =?UTF-8?q?=20todo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/Collateral.t.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Collateral.t.sol b/test/Collateral.t.sol index fd62a286..ddee3c1e 100644 --- a/test/Collateral.t.sol +++ b/test/Collateral.t.sol @@ -159,6 +159,7 @@ contract DepositCollateral is CollateralTest { assertWithinTolerance(expectedMargin, availableMargin, 2); } + /// @custom:todo fix OracleDataRequired error // function test_depositCollateral_wrapCBBTC() public { // deal(address(cbBTC), ACTOR, 1); @@ -185,6 +186,7 @@ contract DepositCollateral is CollateralTest { // // assertWithinTolerance(expectedMargin, availableMargin, 2); // } + /// @custom:todo fix OracleDataRequired error // function test_depositCollateral_wrapUSDC() public { // uint256 decimalsFactor = 10 ** (18 - USDC.decimals());