From: Jose Luis Estevez Prieto Date: Mon, 14 Jan 2019 15:42:28 +0000 (+0100) Subject: LKRcoin test case X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=ae27549baff9b3c5ddd8fc8ddd7277a33e07d6a2 LKRcoin test case --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 5c23f8b..6718a0e 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -521,6 +521,13 @@ it('Allows selection of onixcoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of lkrcoin', function(done) { + var params = { + selectText: "LKR - Lkrcoin", + firstAddress: "LfbT296e7AEEnn4bYDbL535Nd8P9g98CdJ", + }; + testNetwork(done, params); +}); it('Allows selection of peercoin', function(done) { var params = { selectText: "PPC - Peercoin",