From ba04778fa049e511db71c8add9a12d6a476ad2fd Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 26 Jan 2026 09:56:36 +0100 Subject: tests: Fix usage of resolved ref --- repo_current_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo_current_test.go') 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 -- cgit v1.3.1-10-gc9f91