diff options
author | kumavis <kumavis@users.noreply.github.com> | 2018-04-28 06:17:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-28 06:17:46 +0800 |
commit | 2b9925a9e4d5a1495c8ccf4a265a179eca7868ad (patch) | |
tree | 115894ccacbd1d367c09e63ce40bf318d41fd6e4 /test/unit/tx-state-history-helper-test.js | |
parent | 387ec5b5538ecfa58ee9468e9b2c478b0d4285f4 (diff) | |
parent | 4e7b0ff15c5a57cd58497aa292c884a97e8a5d23 (diff) | |
download | tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.tar tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.tar.gz tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.tar.bz2 tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.tar.lz tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.tar.xz tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.tar.zst tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.zip |
Merge pull request #4110 from MetaMask/master
Develop - Add commits to develop that are already in Master
Diffstat (limited to 'test/unit/tx-state-history-helper-test.js')
-rw-r--r-- | test/unit/tx-state-history-helper-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/tx-state-history-helper-test.js b/test/unit/tx-state-history-helper-test.js index 90cb10713..35e9ef188 100644 --- a/test/unit/tx-state-history-helper-test.js +++ b/test/unit/tx-state-history-helper-test.js @@ -1,6 +1,6 @@ const assert = require('assert') const clone = require('clone') -const txStateHistoryHelper = require('../../app/scripts/lib/tx-state-history-helper') +const txStateHistoryHelper = require('../../app/scripts/controllers/transactions/lib/tx-state-history-helper') describe('deepCloneFromTxMeta', function () { it('should clone deep', function () { |