aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2020-02-06 20:10:52 +1100
committerIan Coleman <ian@iancoleman.io>2020-02-06 20:10:52 +1100
commit0bc6361db4de780d159d810bd109659433ca2adc (patch)
tree88598f5c9becdffc5db5900bb2f6593e7f528db4 /tests
parenta98d40c43d44f052794e787efec778365997825d (diff)
downloadBIP39-0bc6361db4de780d159d810bd109659433ca2adc.tar.gz
BIP39-0bc6361db4de780d159d810bd109659433ca2adc.tar.zst
BIP39-0bc6361db4de780d159d810bd109659433ca2adc.zip
Fix ethercore test
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 62647d2..a2e39f1 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1638,7 +1638,7 @@ it('Allows selection of Thought', function(done) {
1638it('Allows selection of EtherCore', function(done) { 1638it('Allows selection of EtherCore', function(done) {
1639 var params = { 1639 var params = {
1640 selectText: "ERE - EtherCore", 1640 selectText: "ERE - EtherCore",
1641 firstAddress: "0xDeeAD0297F06dfe6c7Ad0C1D0CF5B06D6047bEEe", 1641 firstAddress: "0x119e6EAC3Ce1b473D62d9fD847fb0ea222eF1D9e",
1642 }; 1642 };
1643 testNetwork(done, params); 1643 testNetwork(done, params);
1644}); 1644});