diff options
author | kumavis <aaron@kumavis.me> | 2017-01-25 11:47:00 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2017-01-25 11:47:00 +0800 |
commit | 76ce348a04b83693eda0e8a40f9888c1f5fe7ef5 (patch) | |
tree | d31aeddd6752f03ca1c65569e4fadf203ca8692f /test/integration | |
parent | a06ee454045b9087160d3af1c081556662bbd3cb (diff) | |
download | tangerine-wallet-browser-76ce348a04b83693eda0e8a40f9888c1f5fe7ef5.tar.gz tangerine-wallet-browser-76ce348a04b83693eda0e8a40f9888c1f5fe7ef5.tar.zst tangerine-wallet-browser-76ce348a04b83693eda0e8a40f9888c1f5fe7ef5.zip |
obs-store - use published module
Diffstat (limited to 'test/integration')
-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 d95cfb401..f2a437a7c 100644 --- a/test/integration/lib/idStore-migrator-test.js +++ b/test/integration/lib/idStore-migrator-test.js @@ -1,4 +1,4 @@ -const ObservableStore = require('../../../app/scripts/lib/observable/') +const ObservableStore = require('obs-store') const ConfigManager = require('../../../app/scripts/lib/config-manager') const IdStoreMigrator = require('../../../app/scripts/lib/idStore-migrator') const SimpleKeyring = require('../../../app/scripts/keyrings/simple') |