diff options
Diffstat (limited to 'tests')
-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 b09be05..1725a2d 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1611,7 +1611,7 @@ it('Allows selection of Groestlcoin Testnet', function(done) { | |||
1611 | it('Allows selection of Elastos', function(done) { | 1611 | it('Allows selection of Elastos', function(done) { |
1612 | var params = { | 1612 | var params = { |
1613 | selectText: "ELA - Elastos", | 1613 | selectText: "ELA - Elastos", |
1614 | firstAddress: "EYmqntM99tr4NJJs2G5Nr93pqsh9cdTCkS", | 1614 | firstAddress: "EMccDcsn3SwPDcfeQMf3w7utqi8ioWYtkg", |
1615 | }; | 1615 | }; |
1616 | testNetwork(done, params); | 1616 | testNetwork(done, params); |
1617 | }); | 1617 | }); |