From 952edf695c167385e9d864c45bd889219c456e78 Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Mon, 27 Aug 2018 17:07:01 -0230 Subject: Revert changes to tx-list-items.json, and to mock getTransactionCount method in tx-list-items integration test. --- test/integration/lib/tx-list-items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration/lib') diff --git a/test/integration/lib/tx-list-items.js b/test/integration/lib/tx-list-items.js index a29a668ca..7572d1629 100644 --- a/test/integration/lib/tx-list-items.js +++ b/test/integration/lib/tx-list-items.js @@ -16,7 +16,7 @@ QUnit.test('renders list items successfully', (assert) => { global.ethQuery = global.ethQuery || {} global.ethQuery.getTransactionCount = (_, cb) => { - cb(null, '0x0') + cb(null, '0x3') } async function runTxListItemsTest (assert, done) { -- cgit v1.2.3