add seenBy on creator
This commit is contained in:
parent
f5f9848ff1
commit
4cf152999a
2 changed files with 2 additions and 2 deletions
|
|
@ -363,6 +363,7 @@ describe('TxProposal', function() {
|
|||
Object.keys(txp.signedBy).length.should.equal(1);
|
||||
txp.creator.should.equal('creator');
|
||||
txp.createdTs.should.gte(ts);
|
||||
txp.seenBy['creator'].should.equal(txp.createdTs);
|
||||
})
|
||||
it("New tx should have only 1 signature", function() {
|
||||
var txp = dummyProposal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue