diff options
author | frankiebee <frankie.diamond@gmail.com> | 2018-06-26 06:16:27 +0800 |
---|---|---|
committer | frankiebee <frankie.diamond@gmail.com> | 2018-06-26 06:18:01 +0800 |
commit | 7b1f57e05d7a186be085ffcc8807516499218cba (patch) | |
tree | 22c76ea23ba038fefc8bbe6ab88b2d434250abbc /test | |
parent | 650cef103e4cbbddcd3f145903d9dff0fcabe89d (diff) | |
download | tangerine-wallet-browser-7b1f57e05d7a186be085ffcc8807516499218cba.tar tangerine-wallet-browser-7b1f57e05d7a186be085ffcc8807516499218cba.tar.gz tangerine-wallet-browser-7b1f57e05d7a186be085ffcc8807516499218cba.tar.bz2 tangerine-wallet-browser-7b1f57e05d7a186be085ffcc8807516499218cba.tar.lz tangerine-wallet-browser-7b1f57e05d7a186be085ffcc8807516499218cba.tar.xz tangerine-wallet-browser-7b1f57e05d7a186be085ffcc8807516499218cba.tar.zst tangerine-wallet-browser-7b1f57e05d7a186be085ffcc8807516499218cba.zip |
woops - remove .only
Co-authored-by: @jennypollack
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/app/controllers/transactions/tx-state-manager-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/app/controllers/transactions/tx-state-manager-test.js b/test/unit/app/controllers/transactions/tx-state-manager-test.js index f2d0175cb..8b7dc78aa 100644 --- a/test/unit/app/controllers/transactions/tx-state-manager-test.js +++ b/test/unit/app/controllers/transactions/tx-state-manager-test.js @@ -289,7 +289,7 @@ describe('TransactionStateManager', function () { }) }) - describe.only('#_removeTx', function () { + describe('#_removeTx', function () { it('should remove the transaction from the storage', () => { txStateManager._saveTxList([ {id: 1} ]) txStateManager._removeTx(1) |