Add test on TxProposal

This commit is contained in:
Matias Pando 2015-01-27 18:04:46 -03:00
commit f4f4114865
4 changed files with 172 additions and 5 deletions

View file

@ -728,6 +728,9 @@ describe('TxProposal', function() {
});
describe('micelaneous functions', function() {
it('should report rejectCount', function() {
var txp = dummyProposal();
@ -756,4 +759,5 @@ describe('TxProposal', function() {
});
});