diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-03-12 09:37:50 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-03-12 11:31:41 +1100 |
commit | 048721a6ff08555de71626d9868aa5054b46cfda (patch) | |
tree | 5414ff81f115c2be43e40c0800a1c5e5a7f4db05 | |
parent | 892ce76fedf375f6f82147a65a853ee52ef6db75 (diff) | |
download | BIP39-048721a6ff08555de71626d9868aa5054b46cfda.tar.gz BIP39-048721a6ff08555de71626d9868aa5054b46cfda.tar.zst BIP39-048721a6ff08555de71626d9868aa5054b46cfda.zip |
Add test for blackcoin
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
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) { | |||
620 | }; | 620 | }; |
621 | testNetwork(done, params); | 621 | testNetwork(done, params); |
622 | }); | 622 | }); |
623 | it('Allows selection of BlackCoin', function(done) { | ||
624 | var params = { | ||
625 | selectText: "BLK - BlackCoin", | ||
626 | firstAddress: "B5MznAKwj7uQ42vDz3w4onhBXPcqhTwJ9z", | ||
627 | }; | ||
628 | testNetwork(done, params); | ||
629 | }); | ||
623 | 630 | ||
624 | // BIP39 seed is set from phrase | 631 | // BIP39 seed is set from phrase |
625 | it('Sets the bip39 seed from the prhase', function(done) { | 632 | it('Sets the bip39 seed from the prhase', function(done) { |