From f21d2ce6c7f931ef2ab39777b43b9a9b8d86f541 Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Fri, 5 Apr 2024 09:07:15 +0200 Subject: [PATCH] Order the imports using goimports --- group_serviceaccounts_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/group_serviceaccounts_test.go b/group_serviceaccounts_test.go index 7b930e8cc..b878c8eba 100644 --- a/group_serviceaccounts_test.go +++ b/group_serviceaccounts_test.go @@ -18,11 +18,12 @@ package gitlab import ( "fmt" - "github.com/stretchr/testify/require" "net/http" "reflect" "testing" "time" + + "github.com/stretchr/testify/require" ) func TestCreateServiceAccount(t *testing.T) {