mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-16 08:17:45 +02:00
run formatter
This commit is contained in:
parent
ea0340933d
commit
2a56bfbd64
@ -9,11 +9,11 @@ import (
|
|||||||
"code.gitea.io/gitea/modules/json"
|
"code.gitea.io/gitea/modules/json"
|
||||||
api "code.gitea.io/gitea/modules/structs"
|
api "code.gitea.io/gitea/modules/structs"
|
||||||
"code.gitea.io/gitea/tests"
|
"code.gitea.io/gitea/tests"
|
||||||
|
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestCreateGroup(t *testing.T) {
|
func TestCreateGroup(t *testing.T) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestOwnersAndAdminsCanSeeAllTopLevelGroups(t *testing.T) {
|
func TestOwnersAndAdminsCanSeeAllTopLevelGroups(t *testing.T) {
|
||||||
@ -52,5 +52,4 @@ func TestNonOrgMemberWontSeeHiddenTopLevelGroups(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestGroupNotAccessibleWhenParentIsPrivate(t *testing.T) {
|
func TestGroupNotAccessibleWhenParentIsPrivate(t *testing.T) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user