diff options
| author | 2025-11-16 00:00:00 +0000 | |
|---|---|---|
| committer | 2025-11-16 00:00:00 +0000 | |
| commit | 3bde7664e748dd648f58c0a5280612c239dc0870 (patch) | |
| tree | b16d6427a70f4e49f4c0b47eead8d420612123fb /objects_test.go | |
| parent | Remove repo.Root (diff) | |
| signature | ||
Unexport Repository.HashSize
Diffstat (limited to 'objects_test.go')
| -rw-r--r-- | objects_test.go | 2 |
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 { |
