mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +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",
|
||||
txHistoryLimit: 10,
|
||||
blockTracker: new EventEmitter(),
|
||||
getNetwork: function(){ return 'unit test' }
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user