diff options
author | Pawel Cioch <pawel@greenhex.net> | 2018-10-21 14:57:38 -0500 |
---|---|---|
committer | Pawel Cioch <pawel@greenhex.net> | 2018-10-21 14:57:38 -0500 |
commit | d2ba387163f7ea240b7a80b78783f1c5047b6f1a (patch) | |
tree | 70df4d21ba88b78d58b89c72453e3cc6ea334e0d /tests | |
parent | 64425922ae0e36dc31565384c03a005cd5894632 (diff) | |
download | BIP39-d2ba387163f7ea240b7a80b78783f1c5047b6f1a.tar.gz BIP39-d2ba387163f7ea240b7a80b78783f1c5047b6f1a.tar.zst BIP39-d2ba387163f7ea240b7a80b78783f1c5047b6f1a.zip |
Added PRJ - ProjectCoin
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 4a4146c..590f4e3 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -1333,7 +1333,13 @@ it('Allows selection of ANON', function(done) { | |||
1333 | }; | 1333 | }; |
1334 | testNetwork(done, params); | 1334 | testNetwork(done, params); |
1335 | }); | 1335 | }); |
1336 | 1336 | it('Allows selection of ProjectCoin', function(done) { | |
1337 | var params = { | ||
1338 | selectText: "PRJ - ProjectCoin", | ||
1339 | firstAddress: "PXZG97saRseSCftfe1mcFmfAA7pf6qBbaz", | ||
1340 | }; | ||
1341 | testNetwork(done, params); | ||
1342 | }); | ||
1337 | 1343 | ||
1338 | // BIP39 seed is set from phrase | 1344 | // BIP39 seed is set from phrase |
1339 | it('Sets the bip39 seed from the prhase', function(done) { | 1345 | it('Sets the bip39 seed from the prhase', function(done) { |