Skip to content

Commit

Permalink
📚 add oracle data required todo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Dec 12, 2024
1 parent eb86db7 commit 1888eb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Collateral.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand All @@ -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());

Expand Down

0 comments on commit 1888eb6

Please sign in to comment.