From 2a56bfbd6419d3059c7bd37fdd20a9b720fd5d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sat, 20 Dec 2025 16:27:39 -0500 Subject: [PATCH] run formatter --- tests/integration/api_repo_group_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { - }