Skip to content

Commit

Permalink
Use Expectations from awslabs/operatorpkg and remove duplicate expect…
Browse files Browse the repository at this point in the history
…ations from karpenter package
  • Loading branch information
jeevanpuchakay committed Jan 4, 2025
1 parent 81481b7 commit dddf88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/v1/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ import (
"context"
"testing"

. "github.com/awslabs/operatorpkg/test/expectations"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

"sigs.k8s.io/karpenter/pkg/apis"
"sigs.k8s.io/karpenter/pkg/test"
. "sigs.k8s.io/karpenter/pkg/test/expectations"
"sigs.k8s.io/karpenter/pkg/test/v1alpha1"
. "sigs.k8s.io/karpenter/pkg/utils/testing"
)
Expand Down

0 comments on commit dddf88f

Please sign in to comment.