From b5e307c3d3d3dbf86057aebb38db0a9f9df0a3f7 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 24 Jul 2014 21:19:54 -0300 Subject: [PATCH] update format --- test/test.TxProposals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.TxProposals.js b/test/test.TxProposals.js index 875e3460c..23c71fc79 100644 --- a/test/test.TxProposals.js +++ b/test/test.TxProposals.js @@ -316,7 +316,7 @@ describe('TxProposals model', function() { tx.countInputMissingSignatures(0).should.equal(2); - (w2.txps[ntxid].signedBy[priv.id] - ts > 0).should.equal(true,'asdsd'); + (w2.txps[ntxid].signedBy[priv.id] - ts > 0).should.equal(true, 'asdsd'); (w2.txps[ntxid].seenBy[priv.id] - ts > 0).should.equal(true); var info = w.merge(w2.txps[ntxid], pkr.getCopayerId(0));