From: Ian Coleman Date: Sun, 11 Mar 2018 22:37:50 +0000 (+1100) Subject: Add test for blackcoin X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=048721a6ff08555de71626d9868aa5054b46cfda Add test for blackcoin --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 7e01070..9e78016 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -620,6 +620,13 @@ it('Allows selection of AXE', function(done) { }; testNetwork(done, params); }); +it('Allows selection of BlackCoin', function(done) { + var params = { + selectText: "BLK - BlackCoin", + firstAddress: "B5MznAKwj7uQ42vDz3w4onhBXPcqhTwJ9z", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) {