Revert changes to tx-list-items.json, and to mock getTransactionCount method in tx-list-items integration test.

feature/default_network_editable
Dan Miller 6 years ago
parent c0e97d1739
commit 952edf695c
  1. 2
      development/states/tx-list-items.json
  2. 2
      test/integration/lib/tx-list-items.js

File diff suppressed because one or more lines are too long

@ -16,7 +16,7 @@ QUnit.test('renders list items successfully', (assert) => {
global.ethQuery = global.ethQuery || {} global.ethQuery = global.ethQuery || {}
global.ethQuery.getTransactionCount = (_, cb) => { global.ethQuery.getTransactionCount = (_, cb) => {
cb(null, '0x0') cb(null, '0x3')
} }
async function runTxListItemsTest (assert, done) { async function runTxListItemsTest (assert, done) {

Loading…
Cancel
Save