Skip to content

Commit

Permalink
chore: Use standard error lib in module_installation_test (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-pius authored Dec 13, 2024
1 parent ac29ba0 commit 06b2c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package kcp_test

import (
"context"
"errors"
"fmt"

"k8s.io/apimachinery/pkg/types"
Expand All @@ -14,7 +15,6 @@ import (
"github.com/kyma-project/lifecycle-manager/pkg/testutils/builder"
"github.com/kyma-project/lifecycle-manager/pkg/testutils/random"
"github.com/kyma-project/lifecycle-manager/pkg/watcher"
"github.com/mandelsoft/goutils/errors"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
Expand Down

0 comments on commit 06b2c7f

Please sign in to comment.