test: fix test suite to understand pkg/ directory

This commit is contained in:
2021-09-05 21:39:12 +02:00
parent b7742d5e18
commit d82f854ebd
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ package client_test
import (
"testing"
"coopcloud.tech/abra/client"
"coopcloud.tech/abra/pkg/client"
dContext "github.com/docker/cli/cli/context"
dCliContextStore "github.com/docker/cli/cli/context/store"
)