woops - remove .only

Co-authored-by: @jennypollack
feature/default_network_editable
frankiebee 7 years ago
parent 650cef103e
commit 7b1f57e05d
  1. 2
      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)

Loading…
Cancel
Save