diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-11-11 09:59:44 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-11-11 10:01:51 +1100 |
commit | 1ba5816184350df014247c9f508fa05b951ca313 (patch) | |
tree | 8f9bedac6b261ddee0aeb84ed47ff5f2e420e707 /tests | |
parent | 0a23f51792722f094328d695242556c4c0195a8b (diff) | |
download | BIP39-1ba5816184350df014247c9f508fa05b951ca313.tar.gz BIP39-1ba5816184350df014247c9f508fa05b951ca313.tar.zst BIP39-1ba5816184350df014247c9f508fa05b951ca313.zip |
Fix elastos changes
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 | }); |