diff options
| author | 2026-06-12 18:33:14 +0000 | |
|---|---|---|
| committer | 2026-06-12 18:33:14 +0000 | |
| commit | 57bb305d7fc20be72f1fe2b0eecd9ee6978d93e4 (patch) | |
| tree | 518ca87506e90e420720f79ca8b5946660d65c00 /object | |
| parent | object/store/packed: Fix error handling (diff) | |
object/store/packed: Add missing t.Helper
Diffstat (limited to 'object')
| -rw-r--r-- | object/store/packed/refresh_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/object/store/packed/refresh_test.go b/object/store/packed/refresh_test.go index 2a5b91cb..025f6f62 100644 --- a/object/store/packed/refresh_test.go +++ b/object/store/packed/refresh_test.go @@ -43,6 +43,7 @@ func TestRefreshIsExplicit(t *testing.T) { } t.Helper() + base := filepath.Base(prefix) cp(t, prefix+".pack", filepath.Join(dir, base+".pack")) cp(t, prefix+".idx", filepath.Join(dir, base+".idx")) |
