Skip to content

Commit

Permalink
tests: set screen_change_after_last_instruction to False for validate…
Browse files Browse the repository at this point in the history
…_prehash_update command
  • Loading branch information
sgliner-ledger committed Apr 30, 2024
1 parent 759d80f commit 0d71169
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 0d71169

Please sign in to comment.