aboutsummaryrefslogtreecommitdiff
path: root/internal/git/handler_test.go
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2022-12-26 08:37:55 -0800
committerMax Resnick <max@ofmax.li>2022-12-26 08:37:55 -0800
commit0ac7b93645b169c55f9c50423fab9d4a402e9918 (patch)
treed4ec51e99e073d294c0bee030af29b38212f8146 /internal/git/handler_test.go
parentec633ec4c55f0098535d6a438e3bc4c3786ad486 (diff)
downloadgo-git-server-0ac7b93645b169c55f9c50423fab9d4a402e9918.tar.gz
update tests for latest refactor
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")
}