Skip to content

Commit

Permalink
Merge pull request #152 from ipfs/fix/elemcount-lengths
Browse files Browse the repository at this point in the history
/test: fix bad ElemCount/10 lenght (should not be divided)
  • Loading branch information
Stebalien committed Feb 18, 2020
2 parents 5460135 + c27c54e commit 9e9a3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func SubtestCombinations(t *testing.T, ds dstore.Datastore) {
lengths := []int{
0,
1,
ElemCount / 10,
ElemCount,
}
perms(
func(perm []int) {
Expand Down

0 comments on commit 9e9a3a8

Please sign in to comment.