From 569d064cd1fe646d5224542b3ec8d3fa6dc5f46b Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Wed, 3 Apr 2024 12:57:04 +0200 Subject: [PATCH] Fix tests following eth client update --- tests/test_swap.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/test_swap.py b/tests/test_swap.py index d777ce42..439ef667 100644 --- a/tests/test_swap.py +++ b/tests/test_swap.py @@ -43,11 +43,10 @@ def test_swap_exact_eth_for_token(backend, firmware, navigator, test_name, walle ]) # first setup the external plugin - with client.set_external_plugin(PLUGIN_NAME, - contract.address, - # Extract function selector from the encoded data - get_selector_from_data(data)): - pass + client.set_external_plugin(PLUGIN_NAME, + contract.address, + # Extract function selector from the encoded data + get_selector_from_data(data)) tx_params = { "nonce": 20,