aboutsummaryrefslogtreecommitdiff
path: root/objects_test.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-16 00:00:00 +0000
committerGravatar Runxi Yu2025-11-16 00:00:00 +0000
commit3bde7664e748dd648f58c0a5280612c239dc0870 (patch)
treeb16d6427a70f4e49f4c0b47eead8d420612123fb /objects_test.go
parentRemove repo.Root (diff)
signature
Unexport Repository.HashSize
Diffstat (limited to 'objects_test.go')
-rw-r--r--objects_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects_test.go b/objects_test.go
index e9e21ac0..8836515c 100644
--- a/objects_test.go
+++ b/objects_test.go
@@ -10,7 +10,7 @@ import (
func testRepo(t *testing.T) *Repository {
t.Helper()
- return &Repository{HashSize: testHashSize}
+ return &Repository{hashSize: testHashSize}
}
func mustHash(t *testing.T, hex string) Hash {