aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/tx-state-history-helper-test.js
diff options
context:
space:
mode:
authorThomas <thomas.b.huang@gmail.com>2018-05-08 05:30:43 +0800
committerThomas <thomas.b.huang@gmail.com>2018-05-08 05:30:43 +0800
commit8250fd9d6daae3bcef17d8de4e3f2b22ac58ce5b (patch)
tree7deae9281915f1499883fc1eb71b6fb62717dd42 /test/unit/tx-state-history-helper-test.js
parent6bf6589c440330d0089da4012709b831c722945a (diff)
parentcaf5a6c15c3375d9d64116d80d87eb064e955e59 (diff)
downloadtangerine-wallet-browser-8250fd9d6daae3bcef17d8de4e3f2b22ac58ce5b.tar.gz
tangerine-wallet-browser-8250fd9d6daae3bcef17d8de4e3f2b22ac58ce5b.tar.zst
tangerine-wallet-browser-8250fd9d6daae3bcef17d8de4e3f2b22ac58ce5b.zip
Merge branch 'develop' into testing
Diffstat (limited to 'test/unit/tx-state-history-helper-test.js')
-rw-r--r--test/unit/tx-state-history-helper-test.js2
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 () {