mirror of https://github.com/go-gitea/gitea.git
Add tree
parent
64b4cf4f54
commit
b60ee86a24
@ -0,0 +1,10 @@
|
||||
// Copyright 2024 The Gitea Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
package repo
|
||||
|
||||
import "testing"
|
||||
|
||||
func Test_getPossibleBranches(t *testing.T) {
|
||||
getPossibleBranches("")
|
||||
}
|
Loading…
Reference in New Issue