aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/lib
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-02-24 11:03:03 +0800
committerDan Finlay <dan@danfinlay.com>2017-02-24 11:03:03 +0800
commita97cfffe15ebdf7afb714be30561db6ec1ea7490 (patch)
treeaf521eec2afd1186fe468b6430bd0364999e5b6b /test/integration/lib
parent8f87bacc1b2eaa47cc4da7f8afdcbf10aafd694c (diff)
downloadtangerine-wallet-browser-a97cfffe15ebdf7afb714be30561db6ec1ea7490.tar
tangerine-wallet-browser-a97cfffe15ebdf7afb714be30561db6ec1ea7490.tar.gz
tangerine-wallet-browser-a97cfffe15ebdf7afb714be30561db6ec1ea7490.tar.bz2
tangerine-wallet-browser-a97cfffe15ebdf7afb714be30561db6ec1ea7490.tar.lz
tangerine-wallet-browser-a97cfffe15ebdf7afb714be30561db6ec1ea7490.tar.xz
tangerine-wallet-browser-a97cfffe15ebdf7afb714be30561db6ec1ea7490.tar.zst
tangerine-wallet-browser-a97cfffe15ebdf7afb714be30561db6ec1ea7490.zip
Fixed reference
Diffstat (limited to 'test/integration/lib')
-rw-r--r--test/integration/lib/idStore-migrator-test.js2
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