From 048721a6ff08555de71626d9868aa5054b46cfda Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 12 Mar 2018 09:37:50 +1100 Subject: [PATCH] Add test for blackcoin --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) 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) { -- 2.41.0