diff --git a/tests/test_uniswap.py b/tests/test_uniswap.py index 526921f..d43efef 100644 --- a/tests/test_uniswap.py +++ b/tests/test_uniswap.py @@ -476,6 +476,13 @@ def test_make_trade( # ("ETH", "UNI", int(0.000001 * ONE_ETH), ZERO_ADDRESS), # ("UNI", "ETH", int(0.000001 * ONE_ETH), ZERO_ADDRESS), # ("DAI", "UNI", int(0.000001 * ONE_ETH), ZERO_ADDRESS), + ( + "DAI", + "ETH", + 10 * ONE_ETH, + None, + lambda: pytest.raises(InsufficientBalance), + ), ("DAI", "DAI", ONE_USDC, None, lambda: pytest.raises(ValueError)), ], )
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: