Remove test leftovers (holder's path).

This commit is contained in:
Kuba Podgórski 2020-07-09 17:51:40 +02:00
parent 5579d632c7
commit 559e71f62a

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) {