From 529ec95c9324192c934a2a8f0e4dc4abacc6910e Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 26 Jul 2019 15:55:27 +0200 Subject: [PATCH] core: fix unit tests for omni --- core/tests/test_apps.wallet.signtx.omni.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tests/test_apps.wallet.signtx.omni.py b/core/tests/test_apps.wallet.signtx.omni.py index 119599ef0..a48c96f3b 100644 --- a/core/tests/test_apps.wallet.signtx.omni.py +++ b/core/tests/test_apps.wallet.signtx.omni.py @@ -22,8 +22,8 @@ class TestSignTxOmni(unittest.TestCase): VECTORS = { "6f6d6e69000000000000001f000000002b752ee0": "Simple send of 7.291 USDT", "6f6d6e69000000000000001f0000000020c85580": "Simple send of 5.5 USDT", - "6f6d6e690000000000000003000000002b752ee0": "Simple send of 7.291 MAID", - "6f6d6e690000000000000000000000002b752ee0": "Simple send of 7.291 UNKN", + "6f6d6e690000000000000003000000002b752ee0": "Simple send of 729100000 MAID", + "6f6d6e690000000000000000000000002b752ee0": "Simple send of 729100000 UNKN", "6f6d6e6901000000": "Unknown transaction", } for k, v in VECTORS.items():