Skip to content

Commit

Permalink
remove print statment
Browse files Browse the repository at this point in the history
  • Loading branch information
rschalo committed Sep 30, 2024
1 parent 7e87bbe commit 054d066
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/suites/integration/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ limitations under the License.
package integration_test

import (
"fmt"
"time"

apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
Expand Down Expand Up @@ -88,7 +87,6 @@ var _ = Describe("EC2NodeClass Migration Controller", func() {
crd := &apiextensionsv1.CustomResourceDefinition{}
Eventually(func(g Gomega) {
g.Expect(env.Client.Get(env.Context, client.ObjectKeyFromObject(item), crd)).To(Succeed())
fmt.Println(crd.Status.StoredVersions)
g.Expect(crd.Status.StoredVersions).To(HaveExactElements("v1"))
}).WithTimeout(time.Second * 10).Should(Succeed())
}
Expand Down

0 comments on commit 054d066

Please sign in to comment.