diff options
| author | 2026-01-26 09:56:36 +0100 | |
|---|---|---|
| committer | 2026-01-26 09:56:36 +0100 | |
| commit | ba04778fa049e511db71c8add9a12d6a476ad2fd (patch) | |
| tree | 352438f8c6926cca67d3a388ce6a94124fa653d5 /repo_current_test.go | |
| parent | show-object: Fix usage of resolved ref (diff) | |
| signature | No signature | |
tests: Fix usage of resolved ref
Diffstat (limited to 'repo_current_test.go')
| -rw-r--r-- | repo_current_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo_current_test.go b/repo_current_test.go index cc66358f..6dd79749 100644 --- a/repo_current_test.go +++ b/repo_current_test.go @@ -25,7 +25,7 @@ func TestCurrentRepoDepthFirstEnumeration(t *testing.T) { visited := make(map[Hash]bool) var queue []Hash - queue = append(queue, headHash) + queue = append(queue, headHash.Hash) objectsRead := 0 |
