mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 04:20:53 +01:00
Revert changes to tx-list-items.json, and to mock getTransactionCount method in tx-list-items integration test.
This commit is contained in:
parent
c0e97d1739
commit
952edf695c
File diff suppressed because one or more lines are too long
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user