diff options
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 0bb56f8..5c23f8b 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1376,6 +1376,13 @@ it('Allows selection of Blocknode Testnet', function(done) { | |||
1376 | }; | 1376 | }; |
1377 | testNetwork(done, params); | 1377 | testNetwork(done, params); |
1378 | }); | 1378 | }); |
1379 | it('Allows selection of LitecoinZ', function(done) { | ||
1380 | var params = { | ||
1381 | selectText: "LTZ - LitecoinZ", | ||
1382 | firstAddress: "L1VTXju7hLgKV4T7fGXS9sKsnm2gmtRCmyw", | ||
1383 | }; | ||
1384 | testNetwork(done, params); | ||
1385 | }); | ||
1379 | 1386 | ||
1380 | // BIP39 seed is set from phrase | 1387 | // BIP39 seed is set from phrase |
1381 | it('Sets the bip39 seed from the prhase', function(done) { | 1388 | it('Sets the bip39 seed from the prhase', function(done) { |