aboutsummaryrefslogtreecommitdiff
path: root/internal/git/handler_test.go
blob: ee80906325bee05f87002f304f70399ad1425cb3 (plain)
1
2
3
4
5
6
7
8
9
10
package git

import (
	"testing"
)

func TestGitHandler(t *testing.T) {
	dir := t.TempDir()
	_ = GitHttpBackendHandler(dir, "git http-backend")
}