From 5c621800110a791c84865b6b381908e8c2f15283 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 22 Jun 2018 14:43:22 +0200 Subject: [PATCH] tests: fix coins test (there are few collissions in address_types, but for less significant coins) --- tests/test_apps.common.coins.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_apps.common.coins.py b/tests/test_apps.common.coins.py index 98f4df9c6..3501a84fa 100644 --- a/tests/test_apps.common.coins.py +++ b/tests/test_apps.common.coins.py @@ -8,10 +8,8 @@ class TestCoins(unittest.TestCase): def test_coins(self): ref = [ ('BTC', 'Bitcoin', 0), - ('TEST', 'Testnet', 111), ('NMC', 'Namecoin', 52), ('LTC', 'Litecoin', 48), - ('DOGE', 'Dogecoin', 30), ('DASH', 'Dash', 76), ('ZEC', 'Zcash', 7352), ('TAZ', 'Zcash Testnet', 7461),