From c51bb4f9e535052967caf29bb85eaa41a680fdee Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Wed, 20 Dec 2017 10:42:55 +1100 Subject: [PATCH] Add test for Onixcoin --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) 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) { }; 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", -- 2.41.0