Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit c7cc24a

Browse files
authored
memcached-operater/test/e2e: fix an import url (#26)
1 parent 9dedad4 commit c7cc24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memcached-operator/test/e2e/memcached_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"testing"
2121
"time"
2222

23-
cachev1alpha1 "github.com/operator-framework/operator-sdk/test/test-framework/pkg/apis/cache/v1alpha1"
23+
cachev1alpha1 "github.com/operator-framework/operator-sdk-samples/memcached-operator/pkg/apis/cache/v1alpha1"
2424

2525
framework "github.com/operator-framework/operator-sdk/pkg/test"
2626
"github.com/operator-framework/operator-sdk/pkg/util/e2eutil"

0 commit comments

Comments
 (0)