test - actions - remove commented code

feature/default_network_editable
kumavis 7 years ago committed by GitHub
parent 500e7d1f04
commit efb7543c6d
  1. 2
      test/unit/actions/tx_test.js

@ -48,8 +48,6 @@ describe('tx confirmation screen', function () {
cancelTransaction (txId, cb) { cb() },
clearSeedWordCache (cb) { cb() },
})
// var dispatchExpect = sinon.mock()
// dispatchExpect.once()
let action
actions.cancelTx({value: firstTxId})((dispatchAction) => {

Loading…
Cancel
Save