diff options
Diffstat (limited to 'tests/spec')
-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 f24b4ac..42dc792 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -538,7 +538,7 @@ it('Allows selection of lkrcoin', function(done) { | |||
538 | it('Allows selection of bolivarcoin', function(done) { | 538 | it('Allows selection of bolivarcoin', function(done) { |
539 | var params = { | 539 | var params = { |
540 | selectText: "BOLI - Bolivarcoin", | 540 | selectText: "BOLI - Bolivarcoin", |
541 | firstAddress: "bc378wfZiuPpnXuUnhhwpXnLHqiGDQspju", | 541 | firstAddress: "bbKzCAUR7hZ3nqfffy7VgrSz8LmAP3S5mK", |
542 | }; | 542 | }; |
543 | testNetwork(done, params); | 543 | testNetwork(done, params); |
544 | }); | 544 | }); |