Skip to content

Commit ef476a9

Browse files
authored
pkg/test,pkg/util: move e2eutil from util to test (#411)
1 parent a1c1181 commit ef476a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

test/test-framework/memcached_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ import (
2020
"testing"
2121
"time"
2222

23-
operator "github.com/operator-framework/operator-sdk/test/test-framework/pkg/apis/cache/v1alpha1"
2423
framework "github.com/operator-framework/operator-sdk/pkg/test"
25-
"github.com/operator-framework/operator-sdk/pkg/util/e2eutil"
24+
"github.com/operator-framework/operator-sdk/pkg/test/e2eutil"
25+
operator "github.com/operator-framework/operator-sdk/test/test-framework/pkg/apis/cache/v1alpha1"
2626

2727
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2828
"k8s.io/apimachinery/pkg/types"

0 commit comments

Comments
 (0)