mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-16 18:35:07 +02:00
11 lines
196 B
Go
11 lines
196 B
Go
// Copyright 2024 The Gitea Authors. All rights reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package repo
|
|
|
|
import "testing"
|
|
|
|
func Test_getPossibleBranches(t *testing.T) {
|
|
getPossibleBranches("")
|
|
}
|