diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index c875aeb..22bd03a 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -707,7 +707,7 @@ it('Allows selection of Bitcoinz', function(done) { | |||
707 | it('Allows selection of BitCloud', function(done) { | 707 | it('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) { | |||
966 | it('Allows selection of Megacoin', function(done) { | 966 | it('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 | }); |