fix: useless pass

This commit is contained in:
Coline
2022-07-22 11:26:02 +02:00
parent 02b5c686e8
commit 1dbe04c8ca
2 changed files with 0 additions and 3 deletions

View File

@@ -55,7 +55,6 @@ def test_sign_eip_1559(cmd):
# Accept and send
compare_screenshot(cmd, f"screenshots/eip1559/{PATH_IMG[cmd.model]}/sign_eip_1559/00004.png")
cmd.client.press_and_release('both')
pass
response: bytes = result[0]
v, r, s = parse_sign_response(response)

View File

@@ -197,8 +197,6 @@ def test_transfer_batch_erc1155(cmd):
# Accept and send
compare_screenshot(cmd, f"screenshots/erc1155/{PATH_IMG[cmd.model]}/test_transfer_batch_erc1155/00007.png")
cmd.client.press_and_release('both')
pass
response: bytes = result[0]
v, r, s = parse_sign_response(response)