diff options
author | Ian Coleman <ian@iancoleman.io> | 2017-12-20 10:42:55 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2017-12-20 10:42:55 +1100 |
commit | c51bb4f9e535052967caf29bb85eaa41a680fdee (patch) | |
tree | ed678d7a95cb2b73b46518ba645dc1556457c463 /tests | |
parent | 3fa0f4cbef006255a9fa1823bc2d60e46e246a97 (diff) | |
download | BIP39-c51bb4f9e535052967caf29bb85eaa41a680fdee.tar.gz BIP39-c51bb4f9e535052967caf29bb85eaa41a680fdee.tar.zst BIP39-c51bb4f9e535052967caf29bb85eaa41a680fdee.zip |
Add test for Onixcoin
Diffstat (limited to 'tests')
-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 614dda0..6c8da32 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -506,6 +506,13 @@ it('Allows selection of namecoin', function(done) { | |||
506 | }; | 506 | }; |
507 | testNetwork(done, params); | 507 | testNetwork(done, params); |
508 | }); | 508 | }); |
509 | it('Allows selection of onixcoin', function(done) { | ||
510 | var params = { | ||
511 | selectText: "ONX - Onixcoin", | ||
512 | firstAddress: "XGwMqddeKjT3ddgX73QokjVbCL3aK6Yxfk", | ||
513 | }; | ||
514 | testNetwork(done, params); | ||
515 | }); | ||
509 | it('Allows selection of peercoin', function(done) { | 516 | it('Allows selection of peercoin', function(done) { |
510 | var params = { | 517 | var params = { |
511 | selectText: "PPC - Peercoin", | 518 | selectText: "PPC - Peercoin", |