From 9a2be54e947d3bba4bfe399663baf29c2cdc69c9 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 27 Aug 2018 19:35:41 +0200 Subject: [PATCH] nem: update test to expect the right name --- tests/test_apps.nem.mosaic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_apps.nem.mosaic.py b/tests/test_apps.nem.mosaic.py index 7cee25d3e..7f25f5404 100644 --- a/tests/test_apps.nem.mosaic.py +++ b/tests/test_apps.nem.mosaic.py @@ -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)