aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/components/pending-tx-test.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2017-09-28 04:57:04 +0800
committerGitHub <noreply@github.com>2017-09-28 04:57:04 +0800
commit5bbea78306f13415f85159f3d23c2b69d8f2a26c (patch)
tree475e6af9b974ff7d752bbcad030b455c592f0a9f /test/unit/components/pending-tx-test.js
parent496fd2a5ba165f37442146e79bb9d4cfb6ba785e (diff)
parent0a94ec41d3a2877ed7cfd3c8f9e9f9d725659183 (diff)
downloadtangerine-wallet-browser-5bbea78306f13415f85159f3d23c2b69d8f2a26c.tar.gz
tangerine-wallet-browser-5bbea78306f13415f85159f3d23c2b69d8f2a26c.tar.zst
tangerine-wallet-browser-5bbea78306f13415f85159f3d23c2b69d8f2a26c.zip
Merge pull request #2035 from MetaMask/transactionControllerRefractorPt3
Transaction controller refractor pt3
Diffstat (limited to 'test/unit/components/pending-tx-test.js')
-rw-r--r--test/unit/components/pending-tx-test.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/components/pending-tx-test.js b/test/unit/components/pending-tx-test.js
index fdade1042..20feba2a3 100644
--- a/test/unit/components/pending-tx-test.js
+++ b/test/unit/components/pending-tx-test.js
@@ -24,7 +24,8 @@ describe('PendingTx', function () {
'to': '0xc5b8dbac4c1d3f152cdeb400e2313f309c410acb',
'value': '0xde0b6b3a7640000',
gasPrice,
- 'gas': '0x7b0c'},
+ 'gas': '0x7b0c',
+ },
'gasLimitSpecified': false,
'estimatedGas': '0x5208',
}