aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-10-15 11:53:30 +1100
committerIan Coleman <ian@iancoleman.io>2018-10-29 17:14:16 +1100
commit3381604035e1e588b3d26532f7fd14edfe1b1707 (patch)
treed29bcc445081e6bdf67a8735e156874bde7a3c27 /tests/spec
parentba637be8762b89769697795d6e0808d6a6a8c5f1 (diff)
downloadBIP39-3381604035e1e588b3d26532f7fd14edfe1b1707.tar.gz
BIP39-3381604035e1e588b3d26532f7fd14edfe1b1707.tar.zst
BIP39-3381604035e1e588b3d26532f7fd14edfe1b1707.zip
Fix tests for BitCloud and Megacoin
Diffstat (limited to 'tests/spec')
-rw-r--r--tests/spec/tests.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 590f4e3..7b0b3b2 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -707,7 +707,7 @@ it('Allows selection of Bitcoinz', function(done) {
707it('Allows selection of BitCloud', function(done) { 707it('Allows selection of BitCloud', function(done) {
708 var params = { 708 var params = {
709 selectText: "BTDX - BitCloud", 709 selectText: "BTDX - BitCloud",
710 firstAddress: "BE9tnWxiR7ALgVhG8LLDi2W9pvtjzZMFoM", 710 firstAddress: "BHbWitXCNgTf1BhsRDNMP186EeibuzmrBi",
711 }; 711 };
712 testNetwork(done, params); 712 testNetwork(done, params);
713}); 713});
@@ -966,7 +966,7 @@ it('Allows selection of Lynx', function(done) {
966it('Allows selection of Megacoin', function(done) { 966it('Allows selection of Megacoin', function(done) {
967 var params = { 967 var params = {
968 selectText: "MEC - Megacoin", 968 selectText: "MEC - Megacoin",
969 firstAddress: "MHHRRPHcF8DvQpEySFF9M6fR8Qv4JH2fFC", 969 firstAddress: "MDfAj9CzkC1HpcUiVGnHp8yKTa7WXgu8AY",
970 }; 970 };
971 testNetwork(done, params); 971 testNetwork(done, params);
972}); 972});