Commit c27c54e4 authored by Hector Sanjuan's avatar Hector Sanjuan

/test: fix bad ElemCount/10 lenght (should not be divided)

parent 54601357
......@@ -262,7 +262,7 @@ func SubtestCombinations(t *testing.T, ds dstore.Datastore) {
lengths := []int{
0,
1,
ElemCount / 10,
ElemCount,
}
perms(
func(perm []int) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment