1
0
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:
kumavis 2017-01-14 21:52:09 -08:00
parent ef81bde98b
commit 3df9ce9809

View File

@ -15,6 +15,7 @@ describe('Transaction Manager', function() {
provider: "testnet",
txHistoryLimit: 10,
blockTracker: new EventEmitter(),
getNetwork: function(){ return 'unit test' }
})
})