diff options
author | frankiebee <frankie.diamond@gmail.com> | 2017-08-05 02:40:22 +0800 |
---|---|---|
committer | frankiebee <frankie.diamond@gmail.com> | 2017-08-05 02:40:22 +0800 |
commit | 54739cb798b70e14d7774d9e92745188afca5461 (patch) | |
tree | 56ede904f92967cc3a88dfbafb497984b89b891b /test/unit/util-test.js | |
parent | 4ac0b972025ddd55a9a42b4a15db0a5f207f4078 (diff) | |
download | tangerine-wallet-browser-54739cb798b70e14d7774d9e92745188afca5461.tar tangerine-wallet-browser-54739cb798b70e14d7774d9e92745188afca5461.tar.gz tangerine-wallet-browser-54739cb798b70e14d7774d9e92745188afca5461.tar.bz2 tangerine-wallet-browser-54739cb798b70e14d7774d9e92745188afca5461.tar.lz tangerine-wallet-browser-54739cb798b70e14d7774d9e92745188afca5461.tar.xz 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.js | 2 |
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', |