diff options
| author | Amir Zarrinkafsh <nightah@me.com> | 2020-05-01 16:56:42 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-01 16:56:42 +1000 |
| commit | aebcb38f904c965b8a059f613a88936889eafabf (patch) | |
| tree | fb465726ce2f583983e4cd9c256d284717dd3505 /internal/handlers/handler_user_info_test.go | |
| parent | 2437f989cb036329e091f97f7f4f6320119c9240 (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.go | 6 |
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 { |
