mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Remove test leftovers (holder's path).
This commit is contained in:
parent
5579d632c7
commit
559e71f62a
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue