From 3e9a51baf54dbe1e612fb083541d5ddbabf9b37b Mon Sep 17 00:00:00 2001 From: David Eads Date: Wed, 1 Aug 2018 10:01:32 -0400 Subject: [PATCH] make package name match all the import aliases Kubernetes-commit: d3bd0eb1d5cefc25e4476d8dc086ebd90439ef4e --- scale/roundtrip_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scale/roundtrip_test.go b/scale/roundtrip_test.go index 2d3b28bf..1da98704 100644 --- a/scale/roundtrip_test.go +++ b/scale/roundtrip_test.go @@ -19,7 +19,7 @@ package scale import ( "testing" - "k8s.io/apimachinery/pkg/api/testing/roundtrip" + "k8s.io/apimachinery/pkg/api/apitesting/roundtrip" ) // NB: this can't be in the scheme package, because importing'