From a430eed2d89bcadc93bad84859581fb4184ac0f7 Mon Sep 17 00:00:00 2001 From: Alexander Tseung Date: Sun, 12 Aug 2018 11:22:43 -0500 Subject: Fix integration tests --- test/integration/lib/tx-list-items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/integration/lib/tx-list-items.js b/test/integration/lib/tx-list-items.js index ca0dd76ab..732e14577 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, '0x3') + cb(null, '0x0') } async function runTxListItemsTest (assert, done) { -- cgit v1.2.3