Add test on TxProposal
This commit is contained in:
parent
dffdddbace
commit
f4f4114865
4 changed files with 172 additions and 5 deletions
|
|
@ -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() {
|
|||
});
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue