diff options
author | robiiinos <dyrda.robin@outlook.fr> | 2019-02-26 03:08:08 +0900 |
---|---|---|
committer | robiiinos <dyrda.robin@outlook.fr> | 2019-02-26 03:08:08 +0900 |
commit | 10980ed68cfcf683e64aef4d7c463c6b2b729185 (patch) | |
tree | 210de68d6578bd38a5f9ee20c48c4bbb7fd74d7c /tests | |
parent | da6b42b2f01e190b8725d6b4596b7a1b118bdd3c (diff) | |
download | BIP39-10980ed68cfcf683e64aef4d7c463c6b2b729185.tar.gz BIP39-10980ed68cfcf683e64aef4d7c463c6b2b729185.tar.zst BIP39-10980ed68cfcf683e64aef4d7c463c6b2b729185.zip |
Added - NIX Platform
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 9c4b972..ad40b95 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -998,6 +998,13 @@ it('Allows selection of Neoscoin', function(done) { | |||
998 | }; | 998 | }; |
999 | testNetwork(done, params); | 999 | testNetwork(done, params); |
1000 | }); | 1000 | }); |
1001 | it('Allows selection of Nix', function(done) { | ||
1002 | var params = { | ||
1003 | selectText: "NIX - NIX Platform", | ||
1004 | firstAddress: "GgcNW2SQQXB4LWHRQTHKkQF3GzXNSLqS8u", | ||
1005 | }; | ||
1006 | testNetwork(done, params); | ||
1007 | }); | ||
1001 | it('Allows selection of Neurocoin', function(done) { | 1008 | it('Allows selection of Neurocoin', function(done) { |
1002 | var params = { | 1009 | var params = { |
1003 | selectText: "NRO - Neurocoin", | 1010 | selectText: "NRO - Neurocoin", |