pkgdash/internal/source/gitea/gitea_test.go

9 lines
107 B
Go
Raw Normal View History

package gitea
import "testing"
func Test_deleteLocalBranch(t *testing.T) {
_ = t
deleteLocalBranch()
}