From eedcca12c35f518ba85adfd2b9babedd288bbb82 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Wed, 24 Oct 2018 03:16:40 +0100 Subject: Fix import paths for goimport --- internal/domain/domain_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/domain/domain_test.go') 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" ) -- cgit v1.2.3