#8 after create PR, delete local branch.

This commit is contained in:
Gorbunov Kirill Andreevich 2024-04-02 18:44:17 +03:00
parent c15245df57
commit 8b297ca951

View File

@ -0,0 +1,8 @@
package gitea
import "testing"
func Test_deleteLocalBranch(t *testing.T) {
_ = t
deleteLocalBranch()
}