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