fix linter

This commit is contained in:
poma 2020-07-31 18:27:28 +03:00
parent d601a30436
commit bb55160b17
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657

@ -185,7 +185,7 @@ describe('MerkleTree', () => {
})
it('should work for correct string index', () => {
const tree = new MerkleTree(10, [1, 2, 3, 4, 5]);
const tree = new MerkleTree(10, [1, 2, 3, 4, 5])
const path = tree.path('2')
path.pathIndices.should.be.deep.equal([0, 1, 0, 0, 0, 0, 0, 0, 0, 0])
path.pathElements.should.be.deep.equal([