diff options
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r-- | tests/spec/tests.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 88c91a3..f24b4ac 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -535,6 +535,13 @@ it('Allows selection of lkrcoin', function(done) { | |||
535 | }; | 535 | }; |
536 | testNetwork(done, params); | 536 | testNetwork(done, params); |
537 | }); | 537 | }); |
538 | it('Allows selection of bolivarcoin', function(done) { | ||
539 | var params = { | ||
540 | selectText: "BOLI - Bolivarcoin", | ||
541 | firstAddress: "bc378wfZiuPpnXuUnhhwpXnLHqiGDQspju", | ||
542 | }; | ||
543 | testNetwork(done, params); | ||
544 | }); | ||
538 | it('Allows selection of peercoin', function(done) { | 545 | it('Allows selection of peercoin', function(done) { |
539 | var params = { | 546 | var params = { |
540 | selectText: "PPC - Peercoin", | 547 | selectText: "PPC - Peercoin", |