diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-02-24 11:03:03 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-02-24 11:03:03 +0800 |
commit | a97cfffe15ebdf7afb714be30561db6ec1ea7490 (patch) | |
tree | af521eec2afd1186fe468b6430bd0364999e5b6b /test | |
parent | 8f87bacc1b2eaa47cc4da7f8afdcbf10aafd694c (diff) | |
download | tangerine-wallet-browser-a97cfffe15ebdf7afb714be30561db6ec1ea7490.tar.gz tangerine-wallet-browser-a97cfffe15ebdf7afb714be30561db6ec1ea7490.tar.zst tangerine-wallet-browser-a97cfffe15ebdf7afb714be30561db6ec1ea7490.zip |
Fixed reference
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/lib/idStore-migrator-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/lib/idStore-migrator-test.js b/test/integration/lib/idStore-migrator-test.js index 1f6322a42..290216ae8 100644 --- a/test/integration/lib/idStore-migrator-test.js +++ b/test/integration/lib/idStore-migrator-test.js @@ -1,7 +1,7 @@ const ObservableStore = require('obs-store') const ConfigManager = require('../../../app/scripts/lib/config-manager') const IdStoreMigrator = require('../../../app/scripts/lib/idStore-migrator') -const SimpleKeyring = require('eth-keyring-simple') +const SimpleKeyring = require('eth-simple-keyring') const normalize = require('eth-sig-util').normalize const oldStyleVault = require('../mocks/oldVault.json').data |