Merge pull request #554 from kuba--/i0-i1

Remove test leftovers
This commit is contained in:
Kuba Podgórski 2020-07-15 14:06:23 +02:00 committed by GitHub
commit 1d6a4dea88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,8 +78,9 @@ func makeHolder() (*Holder, string, error) {
return nil, "", err
}
h := NewHolder(DefaultPartitionN)
h.Path = path
return h, path, nil
return h, h.Path, nil
}
func testSetBit(t *testing.T, h *Holder, index, field string, rowID, columnID uint64) {