Skip to content

Commit a6d39b0

Browse files
author
Beau Shinkle
committed
s/text index/test index
1 parent 2c6b136 commit a6d39b0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/leafTest.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe("Leaf", () => {
5959
)
6060
expect(leaf).to.equal(
6161
test.expectation,
62-
`unexpected result for text index ${i}`,
62+
`unexpected result for test index ${i}`,
6363
)
6464
}
6565
})
@@ -93,7 +93,7 @@ describe("Leaf", () => {
9393
const operator = await leafInstance.operator(BigNumber.from(test.leaf))
9494
expect(operator).to.equal(
9595
test.operator,
96-
`unexpected result for text index ${i}`,
96+
`unexpected result for test index ${i}`,
9797
)
9898
}
9999
})
@@ -129,7 +129,7 @@ describe("Leaf", () => {
129129
)
130130
expect(creationBlock).to.equal(
131131
test.creationBlock,
132-
`unexpected result for text index ${i}`,
132+
`unexpected result for test index ${i}`,
133133
)
134134
}
135135
})
@@ -162,7 +162,7 @@ describe("Leaf", () => {
162162
const id = await leafInstance.id(BigNumber.from(test.leaf))
163163
expect(id).to.equal(
164164
parseInt(test.id, 16),
165-
`unexpected result for text index ${i}`,
165+
`unexpected result for test index ${i}`,
166166
)
167167
}
168168
})

0 commit comments

Comments
 (0)