aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-09-11 03:38:04 +0800
committerDan Finlay <dan@danfinlay.com>2016-09-11 03:38:04 +0800
commitcdd367dc3989d89092c322279972ce5ee18c276e (patch)
treea6d98cfd7c4d927eb636b3acba41ac3d1f4aafe1
parent8922ae1a55d3c5bf743c85aec5e454cf189f94f1 (diff)
downloadtangerine-wallet-browser-cdd367dc3989d89092c322279972ce5ee18c276e.tar.gz
tangerine-wallet-browser-cdd367dc3989d89092c322279972ce5ee18c276e.tar.zst
tangerine-wallet-browser-cdd367dc3989d89092c322279972ce5ee18c276e.zip
Add more bip44 assertions
-rw-r--r--test/unit/idStore-test.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/test/unit/idStore-test.js b/test/unit/idStore-test.js
index 09d8f1b8f..4327013b3 100644
--- a/test/unit/idStore-test.js
+++ b/test/unit/idStore-test.js
@@ -86,7 +86,15 @@ describe('IdentityStore', function() {
{
seed: 'half glimpse tape cute harvest sweet bike voyage actual floor poet lazy',
account: '0x28e9044597b625ac4beda7250011670223de43b2',
- }
+ },
+ {
+ seed: 'flavor tiger carpet motor angry hungry document inquiry large critic usage liar',
+ account: '0xb571be96558940c4e9292e1999461aa7499fb6cd',
+ },
+ {
+ seed: 'this is a twelve word phrase seven eight nine ten eleven twelve',
+ account: '0x814e8ec0c3647e140b8e09228fc374b2a867fe48',
+ },
]
before(function() {