Skip to content

Commit

Permalink
Add test for Onixcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
iancoleman committed Dec 19, 2017
1 parent 3fa0f4c commit c51bb4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/spec/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,13 @@ it('Allows selection of namecoin', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of onixcoin', function(done) {
var params = {
selectText: "ONX - Onixcoin",
firstAddress: "XGwMqddeKjT3ddgX73QokjVbCL3aK6Yxfk",
};
testNetwork(done, params);
});
it('Allows selection of peercoin', function(done) {
var params = {
selectText: "PPC - Peercoin",
Expand Down

0 comments on commit c51bb4f

Please sign in to comment.