mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
tests - txManager - add getNetwork fn to fixture txManager
This commit is contained in:
parent
ef81bde98b
commit
3df9ce9809
@ -15,6 +15,7 @@ describe('Transaction Manager', function() {
|
|||||||
provider: "testnet",
|
provider: "testnet",
|
||||||
txHistoryLimit: 10,
|
txHistoryLimit: 10,
|
||||||
blockTracker: new EventEmitter(),
|
blockTracker: new EventEmitter(),
|
||||||
|
getNetwork: function(){ return 'unit test' }
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user