Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tradingstrategy-ai/trading-strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed May 6, 2024
2 parents 0eceab1 + de0c7be commit de2dc0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_lending.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ def test_resolve_lending_reserve(persistent_test_client):
assert weth_reserve.atoken_decimals == 18
assert weth_reserve.vtoken_symbol == "variableDebtWETH"
assert weth_reserve.vtoken_decimals == 18
assert 0 < weth_reserve.additional_details.ltv < 1
assert 0 < weth_reserve.additional_details.liquidation_threshold < 1
# we don't have this info for v2 yet
# assert 0 < weth_reserve.additional_details.ltv < 1
# assert 0 < weth_reserve.additional_details.liquidation_threshold < 1


def test_lending_reserve_equal(persistent_test_client):
Expand Down

0 comments on commit de2dc0e

Please sign in to comment.