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:
parent
b48a293af0
commit
a430eed2d8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user