Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-12-14 00:45:52 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-01-24 03:28:45 +0300
commitd190b1892e134dec2556c543469962427c667cb7 (patch)
tree6fd2bbd82c3065e4b6e7b0682987101c0bd66555 /internal/httpfs/http_fs_test.go
parent07c1244a988266aaae44e299fb938bdddd576e7f (diff)
lint: fix gci issues
Diffstat (limited to 'internal/httpfs/http_fs_test.go')
-rw-r--r--internal/httpfs/http_fs_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/httpfs/http_fs_test.go b/internal/httpfs/http_fs_test.go
index ce404a11..991c6017 100644
--- a/internal/httpfs/http_fs_test.go
+++ b/internal/httpfs/http_fs_test.go
@@ -8,9 +8,9 @@ import (
"testing"
"time"
- "gitlab.com/gitlab-org/gitlab-pages/internal/httptransport"
-
"github.com/stretchr/testify/require"
+
+ "gitlab.com/gitlab-org/gitlab-pages/internal/httptransport"
)
func TestFSOpen(t *testing.T) {