mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
Fix typo "sturct" to "struct"
This commit is contained in:
parent
1959fe1b94
commit
eeef44aa68
@ -341,7 +341,7 @@ func TestRoundTrip(t *testing.T) {
|
||||
|
||||
// TestUnknownFields checks for the collection of unknown
|
||||
// field errors from the various possible locations of
|
||||
// unknown fields (e.g. fields on struct, inlined sturct, slice, etc)
|
||||
// unknown fields (e.g. fields on struct, inlined struct, slice, etc)
|
||||
func TestUnknownFields(t *testing.T) {
|
||||
// simples checks that basic unknown fields are found
|
||||
// in fields, subfields and slices.
|
||||
|
Loading…
Reference in New Issue
Block a user