Skip to content

Commit

Permalink
fixup! feat(core): Improve message signing UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkozlik committed Nov 10, 2021
1 parent b7bd851 commit 38a43ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/device_tests/test_msg_signmessage.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def input_flow():
n=parse_path("m/44h/0h/0h/0/0"),
message=message,
)
assert "Confirm message: " + message.replace("\n", " ") == message_read
assert "Confirm message: " + message.replace("\n", " ") == message_read


@pytest.mark.skip_t1
Expand Down

0 comments on commit 38a43ac

Please sign in to comment.