aboutsummaryrefslogtreecommitdiffstats
path: root/common_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'common_test.go')
-rw-r--r--common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common_test.go b/common_test.go
index 03f027c..cf4fc29 100644
--- a/common_test.go
+++ b/common_test.go
@@ -33,7 +33,7 @@ func (s *MockGitUploadPackService) Info() (*common.GitUploadPackInfo, error) {
return &common.GitUploadPackInfo{
Capabilities: cap,
- Head: "refs/heads/master",
+ Head: hash,
Refs: map[string]core.Hash{"refs/heads/master": hash},
}, nil
}