diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-08-01 10:02:07 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 10:02:07 +1000 |
commit | e440d504fbc80fe11366e24dccf945c43aaf52df (patch) | |
tree | 1bdd8b74a0ab6cb5c99365cd08d0a79c96f22003 /tests | |
parent | 786cd442cdb9f185b8b3fdcb8c54a9cb8fed9290 (diff) | |
parent | 45e40c288fe0d6cfba2c57a68f421eeb34d41385 (diff) | |
download | BIP39-e440d504fbc80fe11366e24dccf945c43aaf52df.tar.gz BIP39-e440d504fbc80fe11366e24dccf945c43aaf52df.tar.zst BIP39-e440d504fbc80fe11366e24dccf945c43aaf52df.zip |
Merge pull request #345 from flyfoxuk/master
Added CSC (CasinoCoin) with test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 91a9bec..6f9fd4f 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -434,6 +434,14 @@ it('Allows selection of ripple', function(done) { | |||
434 | }; | 434 | }; |
435 | testNetwork(done, params); | 435 | testNetwork(done, params); |
436 | }); | 436 | }); |
437 | it('Allows selection of casinocoin', function(done) { | ||
438 | var params = { | ||
439 | selectText: "CSC - CasinoCoin", | ||
440 | firstAddress: "c3P5EUb27Pzk9dcGt4s7zQDQj4sC6Y81mT", | ||
441 | phrase: "ill clump only blind unit burden thing track silver cloth review awake useful craft whale all satisfy else trophy sunset walk vanish hope valve", | ||
442 | }; | ||
443 | testNetwork(done, params); | ||
444 | }); | ||
437 | it('Allows selection of dogecoin', function(done) { | 445 | it('Allows selection of dogecoin', function(done) { |
438 | var params = { | 446 | var params = { |
439 | selectText: "DOGE - Dogecoin", | 447 | selectText: "DOGE - Dogecoin", |