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

import (
	"testing"

)

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