mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Fix test name: s/overriden/overridden
Signed-off-by: William Zhang <zhang.wanmin@zte.com.cn>
This commit is contained in:
parent
6b49423a8e
commit
c8f97231f8
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user