diff options
Diffstat (limited to 'internal/gitlabnet/client_test.go')
-rw-r--r-- | internal/gitlabnet/client_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/gitlabnet/client_test.go b/internal/gitlabnet/client_test.go index e8499dc..3f96b41 100644 --- a/internal/gitlabnet/client_test.go +++ b/internal/gitlabnet/client_test.go @@ -12,9 +12,9 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "gitlab.com/gitlab-org/gitlab-shell/go/internal/config" - "gitlab.com/gitlab-org/gitlab-shell/go/internal/gitlabnet/testserver" - "gitlab.com/gitlab-org/gitlab-shell/go/internal/testhelper" + "gitlab.com/gitlab-org/gitlab-shell/internal/config" + "gitlab.com/gitlab-org/gitlab-shell/internal/gitlabnet/testserver" + "gitlab.com/gitlab-org/gitlab-shell/internal/testhelper" ) func TestClients(t *testing.T) { |