diff options
-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 62647d2..a2e39f1 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1638,7 +1638,7 @@ it('Allows selection of Thought', function(done) { | |||
1638 | it('Allows selection of EtherCore', function(done) { | 1638 | it('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 | }); |