]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Add test for Pull Request 370 THT Thought network
authorIan Coleman <ian@iancoleman.io>
Mon, 11 Nov 2019 00:35:17 +0000 (11:35 +1100)
committerIan Coleman <ian@iancoleman.io>
Mon, 11 Nov 2019 00:35:17 +0000 (11:35 +1100)
tests/spec/tests.js

index 6b73c74a5677eeb38e549c084ac106bceabbf51f..660249169ccda481913a3df4ffc11c2fad2c5223 100644 (file)
@@ -1622,6 +1622,13 @@ it('Allows selection of Energyweb', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Thought', function(done) {
+    var params = {
+        selectText: "THT - Thought",
+        firstAddress: "4B1Bh9GibDarFQrhtYU8krpc7WSjgGfYvo",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {