From: Ian Coleman Date: Mon, 11 Nov 2019 00:35:17 +0000 (+1100) Subject: Add test for Pull Request 370 THT Thought network X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=93f3a286dbb0ffaf49fe549027485778df133d8d Add test for Pull Request 370 THT Thought network --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 6b73c74..6602491 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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) {