summaryrefslogtreecommitdiff
path: root/internal/handlers/handler_user_info_test.go
diff options
context:
space:
mode:
authorAmir Zarrinkafsh <nightah@me.com>2020-05-01 16:56:42 +1000
committerGitHub <noreply@github.com>2020-05-01 16:56:42 +1000
commitaebcb38f904c965b8a059f613a88936889eafabf (patch)
treefb465726ce2f583983e4cd9c256d284717dd3505 /internal/handlers/handler_user_info_test.go
parent2437f989cb036329e091f97f7f4f6320119c9240 (diff)
[MISC] Fix goimports ordering for repo (#947)
Diffstat (limited to 'internal/handlers/handler_user_info_test.go')
-rw-r--r--internal/handlers/handler_user_info_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/handlers/handler_user_info_test.go b/internal/handlers/handler_user_info_test.go
index ced0f7fbd..2d3c20286 100644
--- a/internal/handlers/handler_user_info_test.go
+++ b/internal/handlers/handler_user_info_test.go
@@ -4,13 +4,13 @@ import (
"fmt"
"testing"
- "github.com/authelia/authelia/internal/mocks"
- "github.com/authelia/authelia/internal/storage"
-
"github.com/golang/mock/gomock"
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/suite"
+
+ "github.com/authelia/authelia/internal/mocks"
+ "github.com/authelia/authelia/internal/storage"
)
type FetchSuite struct {