test - tx-controller - stub block-tracker method

feature/default_network_editable
kumavis 7 years ago committed by GitHub
parent d228f46254
commit ab8bae421e
  1. 2
      test/unit/tx-controller-test.js

@ -18,7 +18,7 @@ describe('Transaction Controller', function () {
txController = new TransactionController({ txController = new TransactionController({
networkStore: new ObservableStore(currentNetworkId), networkStore: new ObservableStore(currentNetworkId),
txHistoryLimit: 10, txHistoryLimit: 10,
blockTracker: { getCurrentBlock: noop, on: noop }, blockTracker: { getCurrentBlock: noop, on: noop, once: noop },
provider: { sendAsync: noop }, provider: { sendAsync: noop },
ethQuery: new EthQuery({ sendAsync: noop }), ethQuery: new EthQuery({ sendAsync: noop }),
ethStore: { getState: noop }, ethStore: { getState: noop },

Loading…
Cancel
Save