]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Add test for Neblio coin
authorIan Coleman <ian@iancoleman.io>
Mon, 26 Mar 2018 23:28:17 +0000 (10:28 +1100)
committerIan Coleman <ian@iancoleman.io>
Mon, 26 Mar 2018 23:28:17 +0000 (10:28 +1100)
tests/spec/tests.js

index 8774a32a6524fc8bccf316009039bce30517361b..367dc911e119d70df9037d090ddd891cda5e3f5b 100644 (file)
@@ -627,6 +627,13 @@ it('Allows selection of BlackCoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Neblio', function(done) {
+    var params = {
+        selectText: "NEBL - Neblio",
+        firstAddress: "NefkeEEvhusbHMmTRrxx7H9wFnUXd8qQsE",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {