Skip to content

Commit 9e9a3a8

Browse files
authored
Merge pull request #152 from ipfs/fix/elemcount-lengths
/test: fix bad ElemCount/10 lenght (should not be divided)
2 parents 5460135 + c27c54e commit 9e9a3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic_tests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func SubtestCombinations(t *testing.T, ds dstore.Datastore) {
262262
lengths := []int{
263263
0,
264264
1,
265-
ElemCount / 10,
265+
ElemCount,
266266
}
267267
perms(
268268
func(perm []int) {

0 commit comments

Comments
 (0)