From 93f3a286dbb0ffaf49fe549027485778df133d8d Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 11 Nov 2019 11:35:17 +1100 Subject: [PATCH] Add test for Pull Request 370 THT Thought network --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) 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) { -- 2.41.0