]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
add test for VeChain
authorMatt Robertson <sile16@gmail.com>
Thu, 4 Jul 2019 19:18:30 +0000 (14:18 -0500)
committerMatt Robertson <sile16@gmail.com>
Thu, 4 Jul 2019 19:18:30 +0000 (14:18 -0500)
tests/spec/tests.js

index f69bca628af355fa8648091dbca148d4cf78e381..dd90a667fc57bdbe642f7eb1bcc5174ec89f66c2 100644 (file)
@@ -1319,6 +1319,13 @@ it('Allows selection of Vpncoin', function(done) {
     };
     testNetwork(done, params);
 });
+it('Allows selection of VeChain', function(done) {
+    var params = {
+        selectText: "VET - VeChain",
+        firstAddress: "0xdba55B1B6070f3a733D5eDFf35F0da4A00E455F2",
+    };
+    testNetwork(done, params);
+});
 it('Allows selection of Whitecoin', function(done) {
     var params = {
         selectText: "XWC - Whitecoin",