diff options
Diffstat (limited to 'app/app_test.go')
| -rw-r--r-- | app/app_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app_test.go b/app/app_test.go index bf706bc..8817a3c 100644 --- a/app/app_test.go +++ b/app/app_test.go @@ -7,8 +7,8 @@ import ( "testing" "github.com/stretchr/testify/assert" + "github.com/xlgmokha/x/pkg/test" "github.com/xlgmokha/x/pkg/x" - "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/pkg/test" ) func TestApp(t *testing.T) { |
