aboutsummaryrefslogtreecommitdiff
path: root/internal/git/handler_test.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--internal/git/handler_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/git/handler_test.go b/internal/git/handler_test.go
index 88267b9..f9b4cd7 100644
--- a/internal/git/handler_test.go
+++ b/internal/git/handler_test.go
@@ -10,5 +10,5 @@ func TestGitHandler(t *testing.T) {
if err != nil {
t.Fatalf("Couldn't create a temp directory for tests: %s", err)
}
- _ := GitHttpBackendHandler(dir, "git http-backend")
+ _ = GitHttpBackendHandler(dir, "git http-backend")
}