Skip to content

Commit 3e62d30

Browse files
committed
test
1 parent fd5759e commit 3e62d30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/utils/controller/binding_resolver_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ import (
2222
"fmt"
2323
"testing"
2424

25-
"k8s.io/apimachinery/pkg/types"
26-
2725
"github.com/google/go-cmp/cmp"
2826
"github.com/google/go-cmp/cmp/cmpopts"
2927
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3028
"k8s.io/apimachinery/pkg/runtime"
29+
"k8s.io/apimachinery/pkg/types"
3130
"sigs.k8s.io/controller-runtime/pkg/client"
3231
"sigs.k8s.io/controller-runtime/pkg/client/fake"
3332

0 commit comments

Comments
 (0)