From 0afecfc73c8b700e99f91d8fe7ec063e7b0daf86 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 26 Jul 2018 09:47:08 +1000 Subject: [PATCH] Test for HUSH network --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/spec/tests.js b/tests/spec/tests.js index b1e333c..19d6b32 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1264,6 +1264,13 @@ it('Allows selection of Callisto', function(done) { }; testNetwork(done, params); }); +it('Allows selection of HUSH', function(done) { + var params = { + selectText: "HUSH - Hush", + firstAddress: "t1g6rLXUnJaiJuu4q4zmJjoa9Gk4fwKpiuA", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase -- 2.41.0