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:
authorNick Thomas <nick@gitlab.com>2018-10-24 05:16:40 +0300
committerNick Thomas <nick@gitlab.com>2018-10-24 05:20:07 +0300
commiteedcca12c35f518ba85adfd2b9babedd288bbb82 (patch)
treebb1d822f466a8f2a388afbc80781f1220987cd71 /internal/domain/domain_test.go
parent4713390d292b001a47a952172f78bf627d540f85 (diff)
Fix import paths for goimport
Diffstat (limited to 'internal/domain/domain_test.go')
-rw-r--r--internal/domain/domain_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/domain/domain_test.go b/internal/domain/domain_test.go
index de780197..890bc6af 100644
--- a/internal/domain/domain_test.go
+++ b/internal/domain/domain_test.go
@@ -14,6 +14,7 @@ import (
log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
+
"gitlab.com/gitlab-org/gitlab-pages/internal/fixture"
)