aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/util-test.js
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2017-08-05 02:40:22 +0800
committerfrankiebee <frankie.diamond@gmail.com>2017-08-05 02:40:22 +0800
commit54739cb798b70e14d7774d9e92745188afca5461 (patch)
tree56ede904f92967cc3a88dfbafb497984b89b891b /test/unit/util-test.js
parent4ac0b972025ddd55a9a42b4a15db0a5f207f4078 (diff)
downloadtangerine-wallet-browser-54739cb798b70e14d7774d9e92745188afca5461.tar.gz
tangerine-wallet-browser-54739cb798b70e14d7774d9e92745188afca5461.tar.zst
tangerine-wallet-browser-54739cb798b70e14d7774d9e92745188afca5461.zip
test for pending tx watcher
Diffstat (limited to 'test/unit/util-test.js')
-rw-r--r--test/unit/util-test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/util-test.js b/test/unit/util-test.js
index 7716e4872..6da185b2c 100644
--- a/test/unit/util-test.js
+++ b/test/unit/util-test.js
@@ -2,7 +2,7 @@ const assert = require('assert')
const { sufficientBalance } = require('../../app/scripts/lib/util')
-describe.only('SufficientBalance', function () {
+describe('SufficientBalance', function () {
it('returns true if max tx cost is equal to balance.', function () {
const tx = {
'value': '0x1',