From: Ian Coleman Date: Mon, 15 Oct 2018 00:53:30 +0000 (+1100) Subject: Fix tests for BitCloud and Megacoin X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=3381604035e1e588b3d26532f7fd14edfe1b1707 Fix tests for BitCloud and Megacoin --- 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) { it('Allows selection of BitCloud', function(done) { var params = { selectText: "BTDX - BitCloud", - firstAddress: "BE9tnWxiR7ALgVhG8LLDi2W9pvtjzZMFoM", + firstAddress: "BHbWitXCNgTf1BhsRDNMP186EeibuzmrBi", }; testNetwork(done, params); }); @@ -966,7 +966,7 @@ it('Allows selection of Lynx', function(done) { it('Allows selection of Megacoin', function(done) { var params = { selectText: "MEC - Megacoin", - firstAddress: "MHHRRPHcF8DvQpEySFF9M6fR8Qv4JH2fFC", + firstAddress: "MDfAj9CzkC1HpcUiVGnHp8yKTa7WXgu8AY", }; testNetwork(done, params); });