From 6ce176b927ebb296b16c0af09dde5218aea6abe8 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 3 May 2021 20:52:15 +0200 Subject: [PATCH] chore: group imports --- client_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client_test.go b/client_test.go index d6dde38..e09f9fb 100644 --- a/client_test.go +++ b/client_test.go @@ -2,11 +2,12 @@ package client import ( "fmt" - "github.com/stretchr/testify/assert" "net/http" "net/http/httptest" "sort" "testing" + + "github.com/stretchr/testify/assert" ) func TestPrivilegeHandler_Process_InvalidType(t *testing.T) {