NoOp comment change

This commit is contained in:
Neil Macneale IV
2024-05-28 11:19:19 -07:00
parent 5a82ffb468
commit 6154485307

View File

@@ -101,7 +101,7 @@ func TestAddressDifferFromRootsThreeLayer(t *testing.T) {
// Copy elements from the original slice to the new slice
copy(toTups, fromTups)
bld := val.NewTupleBuilder(desc)
// modify value in the first half of the tree
// modify value in the second half of the tree
bld.PutUint32(0, uint32(42))
toTups[23700][1] = bld.Build(sharedPool)
toRoot := makeTree(t, toTups)