Skip to content
Snippets Groups Projects
Commit 820ce85d authored by Murat Kabilov's avatar Murat Kabilov
Browse files

fix import

parent 3fbe8ed7
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import (
"reflect"
"testing"
"k8s.io/client-go/pkg/api/v1"
meta_v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"github.com/zalando-incubator/postgres-operator/pkg/spec"
)
......@@ -53,7 +53,7 @@ func TestRandomPassword(t *testing.T) {
}
func TestNameFromMeta(t *testing.T) {
meta := v1.ObjectMeta{
meta := meta_v1.ObjectMeta{
Name: "testcluster",
Namespace: "default",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment