Skip to content

Commit

Permalink
Add deposit test function
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Nov 27, 2024
1 parent d258e05 commit a89e997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/velvet/test_velvet_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ def test_vault_swap_sell_to_usdc(
assert portfolio.spot_erc20["0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"] > existing_usdc_balance


@pytest.mark.skip(reason="Only manual test available")
def test_velvet_api_deposit(
vault: VelvetVault,
vault_owner: HexAddress,
Expand Down

0 comments on commit a89e997

Please sign in to comment.