mirror of
https://github.com/arnaucube/arbo.git
synced 2026-01-24 12:43:45 +01:00
Remove cropping on pow of two the kvs for AddBatch
- Remove cropping on power of two the kvs for AddBatch - As not needed to be power of two length with the Virtual Tree - Fix keyValuesToKvs keyPath
This commit is contained in:
@@ -61,8 +61,6 @@ func TestVirtualTreeRandomKeys(t *testing.T) {
|
||||
values[i] = []byte{0}
|
||||
}
|
||||
|
||||
// check the root for different batches of leafs
|
||||
testVirtualTree(c, 100, keys[:1], values[:1])
|
||||
testVirtualTree(c, 100, keys, values)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user