aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-05-25 14:19:54 +0800
committerkumavis <aaron@kumavis.me>2018-05-25 14:19:54 +0800
commitdeab195772d4566effa7e052b5594032a92c4246 (patch)
tree80bb60c5a625de6570eaaded9017a7db284c4607
parentda5be0812aed74548f1107a9f1ce3a2abc479076 (diff)
downloadtangerine-wallet-browser-deab195772d4566effa7e052b5594032a92c4246.tar
tangerine-wallet-browser-deab195772d4566effa7e052b5594032a92c4246.tar.gz
tangerine-wallet-browser-deab195772d4566effa7e052b5594032a92c4246.tar.bz2
tangerine-wallet-browser-deab195772d4566effa7e052b5594032a92c4246.tar.lz
tangerine-wallet-browser-deab195772d4566effa7e052b5594032a92c4246.tar.xz
tangerine-wallet-browser-deab195772d4566effa7e052b5594032a92c4246.tar.zst
tangerine-wallet-browser-deab195772d4566effa7e052b5594032a92c4246.zip
test - unit - code style nitpick
-rw-r--r--test/unit/app/controllers/transactions/pending-tx-test.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/app/controllers/transactions/pending-tx-test.js b/test/unit/app/controllers/transactions/pending-tx-test.js
index 672856afe..c0d033007 100644
--- a/test/unit/app/controllers/transactions/pending-tx-test.js
+++ b/test/unit/app/controllers/transactions/pending-tx-test.js
@@ -17,6 +17,7 @@ describe('PendingTransactionTracker', function () {
let pendingTxTracker, txMeta, txMetaNoHash, txMetaNoRawTx, providerResultStub,
provider, txMeta3, txList, knownErrors
this.timeout(10000)
+
beforeEach(function () {
txMeta = {
id: 1,
@@ -331,7 +332,7 @@ describe('PendingTransactionTracker', function () {
})
describe('#_checkIfNonceIsTaken', function () {
- beforeEach ( function () {
+ beforeEach(function () {
let confirmedTxList = [{
id: 1,
hash: '0x0593ee121b92e10d63150ad08b4b8f9c7857d1bd160195ee648fb9a0f8d00eeb',