Skip to content

Commit

Permalink
Revert "adding MADE IT prints"
Browse files Browse the repository at this point in the history
This reverts commit 0d08db9.
  • Loading branch information
Charlie McBride authored and Charlie McBride committed Mar 4, 2024
1 parent 39c6238 commit 3953a88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/apis/v1alpha2/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package v1alpha2_test

import (
"context"
"fmt"
"testing"

. "github.com/onsi/ginkgo/v2"
Expand All @@ -45,11 +44,8 @@ func TestAPIs(t *testing.T) {
}

var _ = BeforeSuite(func() {
fmt.Println("MADE IT 1")
env = coretest.NewEnvironment(scheme.Scheme, coretest.WithCRDs(apis.CRDs...))
fmt.Println("MADE IT 2")
azureEnv = test.NewEnvironment(ctx, env)
fmt.Println("MADE IT 3")
})

var _ = AfterEach(func() {
Expand Down

0 comments on commit 3953a88

Please sign in to comment.