mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
nem: update test to expect the right name
This commit is contained in:
parent
c208a72202
commit
9a2be54e94
@ -9,7 +9,7 @@ class TestNemMosaic(unittest.TestCase):
|
||||
|
||||
def test_get_mosaic_definition(self):
|
||||
m = get_mosaic_definition("nem", "xem", 104)
|
||||
self.assertEqual(m["name"], "XEM")
|
||||
self.assertEqual(m["name"], "NEM")
|
||||
self.assertEqual(m["ticker"], " XEM")
|
||||
|
||||
m = get_mosaic_definition("nem", "xxx", 104)
|
||||
|
Loading…
Reference in New Issue
Block a user