Skip to content

Commit

Permalink
dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
tarakby committed Nov 2, 2024
1 parent 24ba23a commit 152f60f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_sign_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ def test_transaction_manifest(firmware, backend, navigator, test_name):
if len(title_split) > 3 and title_split[-2] == "-":
tx_name = tx_name+"-"+title_split[-1]
chain = transaction["chainID"]
print(tx_name, chain)
_check_transaction(client, firmware, navigator, f"{test_name}/{tx_name}-{chain}", transaction["encodedTransactionEnvelopeHex"], path, curve, hash_t, transaction["hash"])

class Test_MESSAGE():
Expand Down

0 comments on commit 152f60f

Please sign in to comment.