Skip to content

Commit 0be5b10

Browse files
committed
Fixed receipt unit test
1 parent 49fd7e5 commit 0be5b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/receipt/Receipt.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,6 @@ describe('Receipt', () => {
361361
const statement = CreateStatementFromDTO(statementDTO, netWorkType);
362362
const receipt = statement.transactionStatements[0];
363363
const hash = receipt.generateHash();
364-
expect(hash).to.be.equal('C2D0F6CD303912B98943BA8D0407FE24AB7103403FE11C994C485206D5123F96');
364+
expect(hash).to.be.equal('78E5F66EC55D1331646528F9BF7EC247C68F58E651223E7F05CBD4FBF0BF88FA');
365365
});
366366
});

0 commit comments

Comments
 (0)