Skip to content

Commit

Permalink
Adapt 'test_clone' for Flex
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Apr 22, 2024
1 parent 0376e8a commit 442a909
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ragger/test_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

from ragger.backend import BackendInterface
from ragger.firmware import Firmware
from ragger.navigator import Navigator
from ragger.navigator.navigation_scenario import NavigateWithScenario

from test_sign import common
Expand All @@ -20,6 +21,7 @@
# Transfer on Clone app
def test_clone_thundercore(firmware: Firmware,
backend: BackendInterface,
navigator: Navigator,
scenario_navigator: NavigateWithScenario,
default_screenshot_path: Path,
test_name: str):
Expand All @@ -31,4 +33,4 @@ def test_clone_thundercore(firmware: Firmware,
"value": Web3.to_wei(VALUE, "ether"),
"chainId": 108
}
common(firmware, backend, scenario_navigator, default_screenshot_path, tx_params, test_name, BIP32_PATH)
common(firmware, backend, navigator, scenario_navigator, default_screenshot_path, tx_params, test_name, BIP32_PATH)

0 comments on commit 442a909

Please sign in to comment.