Merge pull request #69212 from warmchang/apimachinery

Fix test name: s/overriden/overridden
This commit is contained in:
k8s-ci-robot
2018-10-03 04:43:59 -07:00
committed by GitHub

View File

@@ -333,7 +333,7 @@ func TestConverter_IgnoredConversionNested(t *testing.T) {
} }
} }
func TestConverter_GeneratedConversionOverriden(t *testing.T) { func TestConverter_GeneratedConversionOverridden(t *testing.T) {
type A struct{} type A struct{}
type B struct{} type B struct{}
c := NewConverter(DefaultNameFunc) c := NewConverter(DefaultNameFunc)
@@ -355,7 +355,7 @@ func TestConverter_GeneratedConversionOverriden(t *testing.T) {
} }
} }
func TestConverter_WithConversionOverriden(t *testing.T) { func TestConverter_WithConversionOverridden(t *testing.T) {
type A struct{} type A struct{}
type B struct{} type B struct{}
c := NewConverter(DefaultNameFunc) c := NewConverter(DefaultNameFunc)