diff --git a/tests/integration/api_repo_group_test.go b/tests/integration/api_repo_group_test.go index fd247950ee..cb0bd4a15f 100644 --- a/tests/integration/api_repo_group_test.go +++ b/tests/integration/api_repo_group_test.go @@ -9,11 +9,11 @@ import ( "code.gitea.io/gitea/modules/json" api "code.gitea.io/gitea/modules/structs" "code.gitea.io/gitea/tests" + "github.com/stretchr/testify/assert" ) func TestCreateGroup(t *testing.T) { - } func TestOwnersAndAdminsCanSeeAllTopLevelGroups(t *testing.T) { @@ -52,5 +52,4 @@ func TestNonOrgMemberWontSeeHiddenTopLevelGroups(t *testing.T) { } func TestGroupNotAccessibleWhenParentIsPrivate(t *testing.T) { - }