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

index 367dc911e119d70df9037d090ddd891cda5e3f5b..80add739b978ad652968fcd1080c0fe17306c7bc 100644 (file)
@@ -634,6 +634,13 @@ it('Allows selection of Neblio', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of Beetlecoin', function(done) {
+    var params = {
+        selectText: "BEET - Beetlecoin",
+        firstAddress: "BVmtbEsGrjpknprmpHFq26z4kYHJUFHE71",
+    };
+    testNetwork(done, params);
+});
 
 // BIP39 seed is set from phrase
 it('Sets the bip39 seed from the prhase', function(done) {