Ran prettier.
This commit is contained in:
parent
6ed1412bdd
commit
4b2488b124
@ -93,9 +93,7 @@ describe('LibAddressArray', () => {
|
|||||||
addr,
|
addr,
|
||||||
);
|
);
|
||||||
// The new location should be the end of the old array + freeMemOffset.
|
// The new location should be the end of the old array + freeMemOffset.
|
||||||
const expectedNewArrayMemStart = oldArrayMemStart
|
const expectedNewArrayMemStart = oldArrayMemStart.plus((arr.length + 1) * 32).plus(freeMemOffset);
|
||||||
.plus((arr.length + 1) * 32)
|
|
||||||
.plus(freeMemOffset);
|
|
||||||
expect(result).to.deep.equal(expectedArray);
|
expect(result).to.deep.equal(expectedArray);
|
||||||
expect(newArrayMemStart).bignumber.to.be.equal(expectedNewArrayMemStart);
|
expect(newArrayMemStart).bignumber.to.be.equal(expectedNewArrayMemStart);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user