From: Ian Coleman Date: Mon, 26 Mar 2018 23:28:39 +0000 (+1100) Subject: Add test for Beetlecoin X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=680b94c1efc9a70d82f611de3e0c3043b395b9dc Add test for Beetlecoin --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 367dc91..80add73 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -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) {