1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

correct bug in test.

This commit is contained in:
Kevin Serrano 2017-03-24 17:23:56 -04:00
parent 360afacd70
commit f8b404a478
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -67,7 +67,7 @@ describe('Transaction Manager', function() {
var result = txManager.getFullTxList()
var result2 = txManager.getTxList()
assert.equal(result.length, 2, 'txs were deleted')
assert.equal(result.length, 1, 'incorrect number of txs on network.')
assert.equal(result2.length, 1, 'incorrect number of txs on network.')
})
it('cuts off early txs beyond a limit', function() {