Unverified Commit 49bb464d authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #69212 from warmchang/apimachinery

Fix test name: s/overriden/overridden
parents f14271b2 c8f97231
......@@ -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 B struct{}
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 B struct{}
c := NewConverter(DefaultNameFunc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment