diff options
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r-- | tests/spec/tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 19d6b32..9bbc0bc 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 Bitcore', function(done) { | 707 | it('Allows selection of Bitcore', function(done) { |
708 | var params = { | 708 | var params = { |
709 | selectText: "BTX - Bitcore", | 709 | selectText: "BTX - Bitcore", |
710 | firstAddress: "1Dg18EtqhReS11e9h8khkLjWGLHVjPM2AB", | 710 | firstAddress: "2Rgp5Znhpy34TK4QmPkfCiYs9r4KovfTH9", |
711 | }; | 711 | }; |
712 | testNetwork(done, params); | 712 | testNetwork(done, params); |
713 | }); | 713 | }); |