Skip to content

Commit 415e151

Browse files
author
Beau Shinkle
committed
Unify the setLeaf test names
1 parent b3608eb commit 415e151

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/sortitionTreeTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe("SortitionTree", () => {
1919

2020
describe("setLeaf", async () => {
2121
context("when one leaf is set", () => {
22-
it("should return correct value for the tree", async () => {
22+
it("should return correct value for the tree with a leaf in the first slot", async () => {
2323
const weight = 0x1234
2424
const position = 42798
2525

0 commit comments

Comments
 (0)