aboutsummaryrefslogtreecommitdiffstats
path: root/common_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'common_test.go')
-rw-r--r--common_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_test.go b/common_test.go
index 7a3310f..854db3a 100644
--- a/common_test.go
+++ b/common_test.go
@@ -97,6 +97,7 @@ func (p *MockGitUploadPackService) Info() (*common.GitUploadPackInfo, error) {
ref := core.ReferenceName("refs/heads/master")
branch := core.ReferenceName("refs/heads/branch")
tag := core.ReferenceName("refs/tags/v1.0.0")
+
return &common.GitUploadPackInfo{
Capabilities: c,
Refs: map[core.ReferenceName]*core.Reference{