aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/tx-state-history-helper.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-04-26 06:52:46 +0800
committerGitHub <noreply@github.com>2018-04-26 06:52:46 +0800
commitdcd04091cc0149cbb0a49bfdf7897e2ac480c7bc (patch)
tree3b2ceb36c0dee2dcf4331bc95590161341a17f91 /test/unit/tx-state-history-helper.js
parentac334d7b1a9cd8b6888f5c4f3309740d5df62474 (diff)
parent8ffce8b59dc95ffa1af72293f40c21f78fd103bb (diff)
downloadtangerine-wallet-browser-dcd04091cc0149cbb0a49bfdf7897e2ac480c7bc.tar.gz
tangerine-wallet-browser-dcd04091cc0149cbb0a49bfdf7897e2ac480c7bc.tar.zst
tangerine-wallet-browser-dcd04091cc0149cbb0a49bfdf7897e2ac480c7bc.zip
Merge pull request #4042 from MetaMask/tx-controller-rewrite-v3
docs and file organization for txController
Diffstat (limited to 'test/unit/tx-state-history-helper.js')
-rw-r--r--test/unit/tx-state-history-helper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/tx-state-history-helper.js b/test/unit/tx-state-history-helper.js
index 79ee26d6e..35f7dac57 100644
--- a/test/unit/tx-state-history-helper.js
+++ b/test/unit/tx-state-history-helper.js
@@ -1,5 +1,5 @@
const assert = require('assert')
-const txStateHistoryHelper = require('../../app/scripts/lib/tx-state-history-helper')
+const txStateHistoryHelper = require('../../app/scripts/controllers/transactions/lib/tx-state-history-helper')
const testVault = require('../data/v17-long-history.json')