mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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 = global.ethQuery || {}
|
||||||
global.ethQuery.getTransactionCount = (_, cb) => {
|
global.ethQuery.getTransactionCount = (_, cb) => {
|
||||||
cb(null, '0x3')
|
cb(null, '0x0')
|
||||||
}
|
}
|
||||||
|
|
||||||
async function runTxListItemsTest (assert, done) {
|
async function runTxListItemsTest (assert, done) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user