make package name match all the import aliases

Kubernetes-commit: d3bd0eb1d5cefc25e4476d8dc086ebd90439ef4e
This commit is contained in:
David Eads 2018-08-01 10:01:32 -04:00 committed by Kubernetes Publisher
parent b00d4d1d42
commit 3e9a51baf5

View File

@ -19,7 +19,7 @@ package scale
import ( import (
"testing" "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' // NB: this can't be in the scheme package, because importing'