Skip to content

Commit a5c807f

Browse files
authored
Merge pull request #320 from jiridanek/jd_fix_wrong_merge
Fix wrong imports in tests on stable branch caused by cherry-picking mistakes
2 parents e0bc959 + b672c65 commit a5c807f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

components/odh-notebook-controller/controllers/notebook_controller_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ import (
2222
"time"
2323

2424
"github.com/go-logr/logr"
25-
"github.com/onsi/gomega/format"
2625
netv1 "k8s.io/api/networking/v1"
2726
"k8s.io/apimachinery/pkg/api/resource"
2827

2928
. "github.com/onsi/ginkgo"
3029
. "github.com/onsi/gomega"
3130
routev1 "github.com/openshift/api/route/v1"
3231
corev1 "k8s.io/api/core/v1"
33-
"k8s.io/apimachinery/pkg/api/resource"
3432
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3533
"k8s.io/apimachinery/pkg/types"
3634
"k8s.io/apimachinery/pkg/util/intstr"

components/odh-notebook-controller/controllers/suite_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ import (
2424
"testing"
2525
"time"
2626

27-
v1 "k8s.io/api/core/v1"
2827
netv1 "k8s.io/api/networking/v1"
29-
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3028

3129
"go.uber.org/zap/zapcore"
3230
"k8s.io/apimachinery/pkg/runtime"

0 commit comments

Comments
 (0)