diff --git a/test/integration/transactions/transactions-test.ts b/test/integration/transactions/transactions-test.ts index c485b19227834c43f12e153e99fbafce7ea07241..f61ba887d100a2f35439e25ab4a5b0faa49412d3 100644 --- a/test/integration/transactions/transactions-test.ts +++ b/test/integration/transactions/transactions-test.ts @@ -67,7 +67,6 @@ describe("Testing transactions", function() { await s1.expect('/tx/history/DKpQPUL4ckzXYdnDRvCRKAm1gNvSdmAXnTrJZ7LvM5Qo', (res:any) => { res.should.have.property('pubkey').equal('DKpQPUL4ckzXYdnDRvCRKAm1gNvSdmAXnTrJZ7LvM5Qo'); res.should.have.property('history').property('pending').length(1); - res.history.pending[0].should.have.property('received').be.a.Number; }); await s1.commit({ time: now + 7220 @@ -142,6 +141,7 @@ describe("Testing transactions", function() { "0:SIG(0)" ], "version": 10, + "writtenTime": 1490007210, "written_block": 3 }) })