aboutsummaryrefslogtreecommitdiff
path: root/repo_current_test.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-26 09:56:36 +0100
committerGravatar Runxi Yu2026-01-26 09:56:36 +0100
commitba04778fa049e511db71c8add9a12d6a476ad2fd (patch)
tree352438f8c6926cca67d3a388ce6a94124fa653d5 /repo_current_test.go
parentshow-object: Fix usage of resolved ref (diff)
signatureNo signature
tests: Fix usage of resolved ref
Diffstat (limited to 'repo_current_test.go')
-rw-r--r--repo_current_test.go2
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