correct bug in test.

feature/default_network_editable
Kevin Serrano 8 years ago
parent 360afacd70
commit f8b404a478
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
  1. 2
      test/unit/tx-manager-test.js

@ -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() {

Loading…
Cancel
Save