File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } )
You can’t perform that action at this time.
0 commit comments