aboutsummaryrefslogtreecommitdiff
path: root/objects_test.go
diff options
context:
space:
mode:
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 {