Skip to content

Commit

Permalink
Fixing existing mnemonic test due to bad git merge
Browse files Browse the repository at this point in the history
  • Loading branch information
valefar-on-discord committed May 1, 2024
1 parent bb9b233 commit a0f124d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_cli/test_existing_mnemonic.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def test_existing_mnemonic_eth1_address_withdrawal() -> None:
'existing-mnemonic',
'--folder', my_folder_path,
'--mnemonic_password', 'TREZOR',
'--eth1_withdrawal_address', eth1_withdrawal_address,
]
result = runner.invoke(cli, arguments, input=data)

Expand Down Expand Up @@ -133,7 +132,6 @@ def test_existing_mnemonic_eth1_address_withdrawal_bad_checksum() -> None:
'existing-mnemonic',
'--folder', my_folder_path,
'--mnemonic_password', 'TREZOR',
'--eth1_withdrawal_address', wrong_eth1_withdrawal_address,
]
result = runner.invoke(cli, arguments, input=data)

Expand Down

0 comments on commit a0f124d

Please sign in to comment.