aboutsummaryrefslogtreecommitdiffstats
path: root/common_test.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2015-11-05 23:48:38 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2015-11-05 23:48:38 +0100
commit8a305e98171cbb70e58e67c9c939eb768b886510 (patch)
tree409a9162a75f4a2e5d0edce341d3addbb8b75114 /common_test.go
parent6be0bc1233b1a31e749354f1d54104b49d5bf19b (diff)
downloadgo-git-8a305e98171cbb70e58e67c9c939eb768b886510.tar.gz
clients: GitUploadPackInfo head change
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
}