test - unit - tx-controller - fix blockTracker stub

feature/default_network_editable
kumavis 7 years ago
parent 58de5671cc
commit 32293a959c
  1. 1
      test/unit/app/controllers/transactions/tx-controller-test.js

@ -29,6 +29,7 @@ describe('Transaction Controller', function () {
fromAccount = getTestAccounts()[0]
const blockTrackerStub = new EventEmitter()
blockTrackerStub.getCurrentBlock = noop
blockTrackerStub.getLatestBlock = noop
txController = new TransactionController({
provider,
networkStore: new ObservableStore(currentNetworkId),

Loading…
Cancel
Save