]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Test for HUSH network
authorIan Coleman <ian@iancoleman.io>
Wed, 25 Jul 2018 23:47:08 +0000 (09:47 +1000)
committerIan Coleman <ian@iancoleman.io>
Wed, 25 Jul 2018 23:47:08 +0000 (09:47 +1000)
tests/spec/tests.js

index b1e333cc49fd184b775c98ff0e60d71ee7248fa1..19d6b32961fcbe750814d305fa10a6c30520f8f9 100644 (file)
@@ -1264,6 +1264,13 @@ it('Allows selection of Callisto', function(done) {
     };
     testNetwork(done, params);
 });
     };
     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
 
 
 // BIP39 seed is set from phrase