diff options
Diffstat (limited to 'test/lib/createTxMeta.js')
-rw-r--r-- | test/lib/createTxMeta.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/createTxMeta.js b/test/lib/createTxMeta.js index 246ea58a5..0e88e3cfb 100644 --- a/test/lib/createTxMeta.js +++ b/test/lib/createTxMeta.js @@ -2,7 +2,7 @@ const txStateHistoryHelper = require('../../app/scripts/controllers/transactions module.exports = createTxMeta -function createTxMeta(partialMeta) { +function createTxMeta (partialMeta) { const txMeta = Object.assign({ status: 'unapproved', txParams: {}, |