1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Fix integration tests

This commit is contained in:
Alexander Tseung 2018-08-12 11:22:43 -05:00
parent b48a293af0
commit a430eed2d8

View File

@ -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) {