diff options
author | Dan Finlay <flyswatter@users.noreply.github.com> | 2017-03-09 02:16:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-09 02:16:50 +0800 |
commit | 67c3126e63aa073d4426b751004c357ee7ed7d60 (patch) | |
tree | 815f163d7983225c56a165dd26b7bc33d96bdad1 /test/unit/currency-controller-test.js | |
parent | 92b8443824bffca219b146028d5685e6aa1ffabf (diff) | |
parent | 26cac57838edc0783e42350d71c45d989329cf2a (diff) | |
download | tangerine-wallet-browser-67c3126e63aa073d4426b751004c357ee7ed7d60.tar tangerine-wallet-browser-67c3126e63aa073d4426b751004c357ee7ed7d60.tar.gz tangerine-wallet-browser-67c3126e63aa073d4426b751004c357ee7ed7d60.tar.bz2 tangerine-wallet-browser-67c3126e63aa073d4426b751004c357ee7ed7d60.tar.lz tangerine-wallet-browser-67c3126e63aa073d4426b751004c357ee7ed7d60.tar.xz tangerine-wallet-browser-67c3126e63aa073d4426b751004c357ee7ed7d60.tar.zst tangerine-wallet-browser-67c3126e63aa073d4426b751004c357ee7ed7d60.zip |
Merge branch 'master' into kumavis-patch-1
Diffstat (limited to 'test/unit/currency-controller-test.js')
-rw-r--r-- | test/unit/currency-controller-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/currency-controller-test.js b/test/unit/currency-controller-test.js index c57b522c7..dd7fa91e0 100644 --- a/test/unit/currency-controller-test.js +++ b/test/unit/currency-controller-test.js @@ -5,7 +5,7 @@ const assert = require('assert') const extend = require('xtend') const rp = require('request-promise') const nock = require('nock') -const CurrencyController = require('../../app/scripts/lib/controllers/currency') +const CurrencyController = require('../../app/scripts/controllers/currency') describe('config-manager', function() { var currencyController |