From 559e71f62a23cbb793d2be84cd9feac52ddf7bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Podg=C3=B3rski?= Date: Thu, 9 Jul 2020 17:51:40 +0200 Subject: [PATCH] Remove test leftovers (holder's path). --- holder_internal_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/holder_internal_test.go b/holder_internal_test.go index 1a229858a..28a18fbe8 100644 --- a/holder_internal_test.go +++ b/holder_internal_test.go @@ -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) {