Skip to content

Commit

Permalink
Merge pull request #130 from LedgerHQ/fix-tests
Browse files Browse the repository at this point in the history
tests: set screen_change_after_last_instruction to False for validate_prehash_update command
  • Loading branch information
sgliner-ledger committed Apr 30, 2024
2 parents 759d80f + 0d71169 commit 6dd470c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/monero_client/monero_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,8 @@ def validate_prehash_update(self,

navigator.navigate_and_compare(TESTS_ROOT_DIR,
test_name + "_prehash_update",
instructions)
instructions,
screen_change_after_last_instruction=False)

sw, response = self.device.async_response() # type: int, bytes

Expand Down

0 comments on commit 6dd470c

Please sign in to comment.