mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-04 21:48:17 +00:00
fixup! test: update device tests [no changelog]
This commit is contained in:
parent
c37abb60cc
commit
7322a99b4a
@ -326,7 +326,9 @@ def test_multisig_change_match_first(session: Session):
|
||||
)
|
||||
|
||||
with session:
|
||||
session.set_expected_responses(_responses(session, INP1, INP2, change=1))
|
||||
session.set_expected_responses(
|
||||
_responses(session, INP1, INP2, change_indices=[1])
|
||||
)
|
||||
btc.sign_tx(
|
||||
session,
|
||||
"Bitcoin",
|
||||
|
Loading…
Reference in New Issue
Block a user