diff options
| author | Max Resnick <max@ofmax.li> | 2022-12-26 08:37:55 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2022-12-26 08:37:55 -0800 |
| commit | 0ac7b93645b169c55f9c50423fab9d4a402e9918 (patch) | |
| tree | d4ec51e99e073d294c0bee030af29b38212f8146 /internal/git/handler_test.go | |
| parent | ec633ec4c55f0098535d6a438e3bc4c3786ad486 (diff) | |
| download | go-git-server-0ac7b93645b169c55f9c50423fab9d4a402e9918.tar.gz | |
update tests for latest refactor
Diffstat (limited to '')
| -rw-r--r-- | internal/git/handler_test.go | 2 |
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") } |