diff --git a/controllers/suite_test.go b/controllers/suite_test.go index ff9e3efd2..05c3650ef 100644 --- a/controllers/suite_test.go +++ b/controllers/suite_test.go @@ -17,11 +17,11 @@ limitations under the License. package controllers import ( - "github.com/OT-CONTAINER-KIT/redis-operator/k8sutils" "path/filepath" "testing" "time" + "github.com/OT-CONTAINER-KIT/redis-operator/k8sutils" // redisv1beta1 "github.com/OT-CONTAINER-KIT/redis-operator/api/v1beta1" redisv1beta2 "github.com/OT-CONTAINER-KIT/redis-operator/api/v1beta2" . "github.com/onsi/ginkgo/v2"