From: Ian Coleman Date: Tue, 19 Dec 2017 23:42:55 +0000 (+1100) Subject: Add test for Onixcoin X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=c51bb4f9e535052967caf29bb85eaa41a680fdee;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git Add test for Onixcoin --- 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",