Skip to content

Commit 1f3d993

Browse files
author
Beau Shinkle
committed
Elaborate more in the test description for make
1 parent 3fc902e commit 1f3d993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/leafTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe("Leaf", () => {
1111
})
1212

1313
describe("make", async () => {
14-
it("constructs a leaf", async () => {
14+
it("constructs a leaf with proper structure (address, creationBlock, id)", async () => {
1515
// We store a leaf as a uint256, which is 256 bits. We pack the address
1616
// in the first 160 bits, the creation block in the 64 bits after that,
1717
// and the operator's id in the final 32 bits. Each hex character

0 commit comments

Comments
 (0)