add seenBy on creator

This commit is contained in:
Matias Alejo Garcia 2014-08-04 07:16:09 -03:00
commit 4cf152999a
2 changed files with 2 additions and 2 deletions

View file

@ -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;