]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Add test for blackcoin
authorIan Coleman <ian@iancoleman.io>
Sun, 11 Mar 2018 22:37:50 +0000 (09:37 +1100)
committerIan Coleman <ian@iancoleman.io>
Mon, 12 Mar 2018 00:31:41 +0000 (11:31 +1100)
tests/spec/tests.js

index 7e0107037c2a8127f8346de4b6825edc04543c33..9e780162c73e65ff8b8cf7ec567128669c16fb7b 100644 (file)
@@ -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) {