chore: group imports

This commit is contained in:
2021-05-03 20:52:15 +02:00
parent 48a063eba2
commit 6ce176b927
+2 -1
View File
@@ -2,11 +2,12 @@ package client
import ( import (
"fmt" "fmt"
"github.com/stretchr/testify/assert"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"sort" "sort"
"testing" "testing"
"github.com/stretchr/testify/assert"
) )
func TestPrivilegeHandler_Process_InvalidType(t *testing.T) { func TestPrivilegeHandler_Process_InvalidType(t *testing.T) {