aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-07-06 13:48:11 +0800
committerDan Finlay <dan@danfinlay.com>2017-07-06 13:48:11 +0800
commitef1282b55648ad5e787b170cc06e5f8b292f5983 (patch)
tree605c8590b916511e6133f2f76ead0ee081417415 /test
parentb2f6ae9ace496d2896e3d6db0fbc10431115181f (diff)
downloadtangerine-wallet-browser-ef1282b55648ad5e787b170cc06e5f8b292f5983.tar.gz
tangerine-wallet-browser-ef1282b55648ad5e787b170cc06e5f8b292f5983.tar.zst
tangerine-wallet-browser-ef1282b55648ad5e787b170cc06e5f8b292f5983.zip
Typo fix
Diffstat (limited to 'test')
-rw-r--r--test/unit/tx-controller-test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/tx-controller-test.js b/test/unit/tx-controller-test.js
index b5df7f970..074e6c954 100644
--- a/test/unit/tx-controller-test.js
+++ b/test/unit/tx-controller-test.js
@@ -327,7 +327,7 @@ describe('Transaction Controller', function () {
const from = '0xda0da0'
const txMeta = {
id: 1,
- status: 'submitted'
+ status: 'submitted',
txParams: {
from,
nonce: '0x1'