diff options
tx controller - tx state history various small fixes
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/tx-state-history-helper.js | 2 |
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 2ac91c39f..5bb6c9bee 100644 --- a/test/unit/tx-state-history-helper.js +++ b/test/unit/tx-state-history-helper.js @@ -3,7 +3,7 @@ const txStateHistoryHelper = require('../../app/scripts/lib/tx-state-history-hel const testVault = require('../data/v17-long-history.json') -describe('history-differ', function () { +describe('tx-state-history-helper', function () { it('migrates history to diffs and can recover original values', function () { testVault.data.TransactionController.transactions.forEach((tx, index) => { const newHistory = txStateHistoryHelper.migrateFromSnapshotsToDiffs(tx.history) |